view client/.postcssrc.js @ 1428:ec0a0542c221

client: add hints to docs for translation * Add the white space style hint to our client documentation.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 29 Nov 2018 16:17:54 +0100
parents 3907a7b98067
children
line wrap: on
line source

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