view client/.postcssrc.js @ 1490:6c889a0cdb3b

linting
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 04 Dec 2018 14:41:32 +0100
parents 3907a7b98067
children
line wrap: on
line source

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