view client/.postcssrc.js @ 3952:858b1bf1d21b

Bumped to new dev version.
author Sascha Wilde <wilde@intevation.de>
date Mon, 15 Jul 2019 17:09:59 +0200
parents 3907a7b98067
children
line wrap: on
line source

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