view client/.postcssrc.js @ 4645:946689a56fc2

Forgot a bbox check when evaluating STRTree speeding it significantly.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 13 Oct 2019 16:01:06 +0200
parents 3907a7b98067
children
line wrap: on
line source

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