view client/.postcssrc.js @ 4920:a9fac2394238 fairway-marks-import

Allow script based upload of zipped styles
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Feb 2020 11:07:38 +0100
parents 3907a7b98067
children
line wrap: on
line source

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