view client/.postcssrc.js @ 4950:427f87ac96d6 fairway-marks-import

One more header line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 20 Feb 2020 18:19:47 +0100
parents 3907a7b98067
children
line wrap: on
line source

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