view client/.postcssrc.js @ 4862:1a9e3e5feaa7

Fixed comment
author Sascha Wilde <wilde@intevation.de>
date Wed, 04 Dec 2019 16:00:19 +0100
parents 3907a7b98067
children
line wrap: on
line source

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