view client/.postcssrc.js @ 1599:5e16d1fbe91f

WFS Capabilities parser: Parse constraints, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 17 Dec 2018 11:13:11 +0100
parents 3907a7b98067
children
line wrap: on
line source

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