view client/.postcssrc.js @ 522:8e82936b49f7

merge
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 27 Aug 2018 17:10:25 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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