view client/.postcssrc.js @ 4687:f73868037365

morphology: do correct clipping of classbreak heights based on z range of model.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 16 Oct 2019 13:02:08 +0200
parents 3907a7b98067
children
line wrap: on
line source

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