view client/.postcssrc.js @ 5145:1cb5fca140e2

Avoid unnecessary trigger executions
author Tom Gottfried <tom@intevation.de>
date Wed, 01 Apr 2020 09:57:23 +0200
parents 3907a7b98067
children
line wrap: on
line source

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