view client/.postcssrc.js @ 3948:5020128dc5a0

Be more precise in labeling negate-z box.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 15 Jul 2019 12:04:03 +0200
parents 3907a7b98067
children
line wrap: on
line source

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