view client/.postcssrc.js @ 503:cb555bffbc97

Format JSON file This will allow readable diffs in case of changes.
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:35:32 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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