view client/.postcssrc.js @ 2744:7dcca9649a61

client: waterlevel diagram: use selectedGaugeISRS to load waterlevels instead of using the selectedGauge getter which is based on the same selectedGaugeISRS property anyway.
author Markus Kottlaender <markus@intevation.de>
date Wed, 20 Mar 2019 12:49:52 +0100
parents 3907a7b98067
children
line wrap: on
line source

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