view client/.postcssrc.js @ 309:0d2bdec1e637

Hint how to rebuild gemma inside Docker container
author Tom Gottfried <tom@intevation.de>
date Wed, 01 Aug 2018 16:53:31 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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