view client/.postcssrc.js @ 4848:8584197232ec

Handle unknown units gracefully
author Tom Gottfried <tom@intevation.de>
date Mon, 18 Nov 2019 16:38:28 +0100
parents 3907a7b98067
children
line wrap: on
line source

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