view client/.postcssrc.js @ 5257:0446a6e230b4 new-fwa

Removed now unused code.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 13 May 2020 11:37:31 +0200
parents 3907a7b98067
children
line wrap: on
line source

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