view client/.postcssrc.js @ 4939:39b67b910204 fairway-marks-import

Make getFMInsertSQL variadic
author Tom Gottfried <tom@intevation.de>
date Mon, 17 Feb 2020 15:14:24 +0100
parents 3907a7b98067
children
line wrap: on
line source

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