view client/.postcssrc.js @ 868:aa8f30c1ed27 geo-style

Moved GeoServer configuration to own package.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 29 Sep 2018 22:34:24 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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