view client/.postcssrc.js @ 3830:464a6a6e05e6 sld-colors

Clean color handling a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 04 Jul 2019 11:03:36 +0200
parents 3907a7b98067
children
line wrap: on
line source

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