view client/.postcssrc.js @ 3627:67984bf6dba6 configuration

client: configuration: added info popup when saving settings
author Markus Kottlaender <markus@intevation.de>
date Sun, 09 Jun 2019 12:33:47 +0200
parents 3907a7b98067
children
line wrap: on
line source

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