view client/.postcssrc.js @ 4751:dbf07d0c364e

SR import: If the point density is greater than 0.2 values per meterĀ² the interpolating step is omitted.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Oct 2019 17:07:24 +0200
parents 3907a7b98067
children
line wrap: on
line source

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