view client/.postcssrc.js @ 4904:53d929f658f3 fairway-marks-import

Separate code common to all types of fairway mark imports Currently the only implemented type of fairway marks is BCNLAT.
author Tom Gottfried <tom@intevation.de>
date Thu, 06 Feb 2020 19:09:14 +0100
parents 3907a7b98067
children
line wrap: on
line source

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