view client/.postcssrc.js @ 4871:4d8982fa49f9

Restore naming scheme
author Tom Gottfried <tom@intevation.de>
date Tue, 14 Jan 2020 15:05:44 +0100
parents 3907a7b98067
children
line wrap: on
line source

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