view client/.postcssrc.js @ 3793:d428f283fe10 yworks-svg2pdf

client: remove `export SVG` button for waterlevel * Use html comments to disable the button, this was wrongly activated with commit d36ccff8de5f.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 Jul 2019 17:19:28 +0200
parents 3907a7b98067
children
line wrap: on
line source

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