view client/.postcssrc.js @ 768:3219e7e34953

Join neighbored linestring segments in octree cross sections and sort them along the input line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 25 Sep 2018 17:45:44 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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