view client/.postcssrc.js @ 2811:3b1bdbbc0225

added responsible_country to bottleneck_overview
author Markus Kottlaender <markus@intevation.de>
date Tue, 26 Mar 2019 13:02:12 +0100
parents 3907a7b98067
children
line wrap: on
line source

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