view client/.postcssrc.js @ 3588:cffa99aa523c

client: systemconfiguration: made container scrollable for more configuration options
author Markus Kottlaender <markus@intevation.de>
date Tue, 04 Jun 2019 12:12:30 +0200
parents 3907a7b98067
children
line wrap: on
line source

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