view client/.postcssrc.js @ 3728:bd3ab71529a4

Added tag v3 for changeset d4a5d11e23a0
author Sascha Wilde <wilde@intevation.de>
date Thu, 20 Jun 2019 19:42:41 +0200
parents 3907a7b98067
children
line wrap: on
line source

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