view client/.postcssrc.js @ 3070:a54216a0193d

client: identify tool: removed distinct enable flag
author Markus Kottlaender <markus@intevation.de>
date Wed, 17 Apr 2019 10:15:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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