view client/.postcssrc.js @ 990:3907a7b98067

linted/fixed code format (yarn run lint)
author Markus Kottlaender <markus@intevation.de>
date Mon, 22 Oct 2018 10:21:22 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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