view client/.postcssrc.js @ 4968:1ba11ade2cf3 fairway-marks-import

Remove unused function
author Tom Gottfried <tom@intevation.de>
date Fri, 28 Feb 2020 16:20:35 +0100
parents 3907a7b98067
children
line wrap: on
line source

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