view client/.postcssrc.js @ 1074:ca1c178456e5

zomm added
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 26 Oct 2018 12:57:04 +0200
parents 3907a7b98067
children
line wrap: on
line source

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