view client/.postcssrc.js @ 208:87f21b9a1292

Adapt demo-data to schema changes
author Tom Gottfried <tom@intevation.de>
date Mon, 23 Jul 2018 15:57:54 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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