view client/.postcssrc.js @ 1672:5af8c82c3d21

refac: improved bundle-size
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 24 Dec 2018 14:41:37 +0100
parents 3907a7b98067
children
line wrap: on
line source

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