view client/.postcssrc.js @ 4272:dd8ec623b969

LegendElement: refresh legend elements for vector layers
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 28 Aug 2019 11:42:44 +0200
parents 3907a7b98067
children
line wrap: on
line source

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