view client/.postcssrc.js @ 4592:680f1d8802f0

STRTree: Add a builder that ignores triangles which are filtered out before.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Oct 2019 11:50:33 +0200
parents 3907a7b98067
children
line wrap: on
line source

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