view client/.postcssrc.js @ 2786:44eb4f153b27

merge
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Mar 2019 10:06:59 +0100
parents 3907a7b98067
children
line wrap: on
line source

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