view client/.postcssrc.js @ 4115:5c0a99b56b2a

Fix doc
author Tom Gottfried <tom@intevation.de>
date Wed, 31 Jul 2019 18:00:12 +0200
parents 3907a7b98067
children
line wrap: on
line source

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