view client/.postcssrc.js @ 4385:610773d34e4f

hydrological_conditions: decouple diagram from dialogue
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 12 Sep 2019 15:06:53 +0200
parents 3907a7b98067
children
line wrap: on
line source

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