view client/.postcssrc.js @ 5208:defca5418446 new-fwa

Define how modes work.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 11 May 2020 15:02:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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