view client/.postcssrc.js @ 4288:767a6500a666

classifications: refactor
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 30 Aug 2019 10:09:35 +0200
parents 3907a7b98067
children
line wrap: on
line source

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