view client/.postcssrc.js @ 1090:dbf0221b1cf1

bottleneck list uses different wfs endpoint now to reduce own server-side-code the bottleneck list is now retreived as a feature collection and includes more details.
author Markus Kottlaender <markus@intevation.de>
date Tue, 30 Oct 2018 11:35:36 +0100
parents 3907a7b98067
children
line wrap: on
line source

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