view client/.postcssrc.js @ 5182:605ddc98d220

Added tag v5.0 for changeset 4983d76670d5
author Sascha Wilde <wilde@intevation.de>
date Mon, 04 May 2020 22:15:54 +0200
parents 3907a7b98067
children
line wrap: on
line source

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