view client/.postcssrc.js @ 2137:a31c9fa47ab8

client: pdf-gen: add bottleneck details * Add a simple version of Bottleneck details into the right upper corner. The legend is pushed down.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 06 Feb 2019 16:26:39 +0100
parents 3907a7b98067
children
line wrap: on
line source

module.exports = {
  plugins: {
    autoprefixer: {}
  }
};