view client/.postcssrc.js @ 1626:92da44ba610c

WFS downloader: Parse into raw feature collections.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 19 Dec 2018 15:07:14 +0100
parents 3907a7b98067
children
line wrap: on
line source

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