view client/.postcssrc.js @ 5451:66f2c48aa69c uiimprovements

minor layout fixes for bottlenecks
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Jul 2021 14:07:26 +0200
parents 3907a7b98067
children
line wrap: on
line source

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