view client/.postcssrc.js @ 5338:f8e7f043d968 extented-report

Fixed example_conf.toml for new report-path.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 15 Jun 2021 22:00:20 +0200
parents 3907a7b98067
children
line wrap: on
line source

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