view client/.postcssrc.js @ 790:1b82ae5e637e

client: add bottleneck layer with first styling
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 08:52:17 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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