view client/.postcssrc.js @ 5337:492fc5870330 extented-report

variable for report path added to example_conf.toml
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 15 Jun 2021 13:07:53 +0200
parents 3907a7b98067
children
line wrap: on
line source

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