view client/.postcssrc.js @ 2858:401bca8eaafb

Filter predicted values for waterlevels.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Mar 2019 17:56:14 +0100
parents 3907a7b98067
children
line wrap: on
line source

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