view client/.postcssrc.js @ 2808:5b6de0bde6b6

Calculate the longterm waterlevels over UTC times, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Mar 2019 07:47:16 +0100
parents 3907a7b98067
children
line wrap: on
line source

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