view client/.postcssrc.js @ 4643:a1a9b1eab57c stree-experiment

Use append/slicing trick to simplify tree traversals.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 11 Oct 2019 23:46:35 +0200
parents 3907a7b98067
children
line wrap: on
line source

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