view client/.postcssrc.js @ 685:a8672ba9ebad octree

octree: Tighten code and dedup triangles earlier in horizontal traversal.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 19 Sep 2018 23:17:03 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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