view client/.postcssrc.js @ 4504:b7e3d42fd9e7

When fetching gauge measurements look 1day into past and future.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 02 Oct 2019 15:18:49 +0200
parents 3907a7b98067
children
line wrap: on
line source

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