view client/.postcssrc.js @ 1556:6869eb94ead2

Don't error if an action is not defined if bound.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 11 Dec 2018 20:47:11 +0100
parents 3907a7b98067
children
line wrap: on
line source

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