view client/.postcssrc.js @ 4013:e9ab7c53aa19

fix avail_fwd pdf coloring of labels
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 19 Jul 2019 13:07:11 +0200
parents 3907a7b98067
children
line wrap: on
line source

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