view client/.postcssrc.js @ 5358:32d45ddb7ccd extented-report

Backed out changeset 273de2f65985
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 22 Jun 2021 15:02:03 +0200
parents 3907a7b98067
children
line wrap: on
line source

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