view client/.postcssrc.js @ 4233:63b160379e06

gauge_style: allow different kinds of naming for HDC/LDC
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 21 Aug 2019 12:53:25 +0200
parents 3907a7b98067
children
line wrap: on
line source

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