view client/.postcssrc.js @ 2648:4ffae834276e

client: waterlevel diagram: added background grid to chart
author Markus Kottlaender <markus@intevation.de>
date Thu, 14 Mar 2019 14:42:26 +0100
parents 3907a7b98067
children
line wrap: on
line source

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