view client/.postcssrc.js @ 2780:5850ac0f9ab6

Axis import: do not fail if one item fails.
author Tom Gottfried <tom@intevation.de>
date Fri, 22 Mar 2019 14:20:08 +0100
parents 3907a7b98067
children
line wrap: on
line source

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