view client/.postcssrc.js @ 3501:c5c7cc24fe72

client: spuc12: implemented nash sutcliffe for forcast vs reality accuracy indicator
author Markus Kottlaender <markus@intevation.de>
date Tue, 28 May 2019 11:28:38 +0200
parents 3907a7b98067
children
line wrap: on
line source

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