view client/.postcssrc.js @ 5336:2ec8a34ae683 extented-report

Rephrased the email message of the report and write the reponsible admin and her/his email address into it.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 01 Jun 2021 14:40:56 +0200
parents 3907a7b98067
children
line wrap: on
line source

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