view client/.postcssrc.js @ 3169:9128fdeba3bc

Consmetics: Adjusted config.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 06 May 2019 15:18:19 +0200
parents 3907a7b98067
children
line wrap: on
line source

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