view client/.postcssrc.js @ 4919:399458e60a9b fairway-marks-import

Geo styles as ZIP: Forgot to change the schema itself.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 14 Feb 2020 07:41:43 +0100
parents 3907a7b98067
children
line wrap: on
line source

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