view client/.postcssrc.js @ 3471:48d09fb1d6c7

legend
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 12:03:07 +0200
parents 3907a7b98067
children
line wrap: on
line source

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