view client/.postcssrc.js @ 1006:5981ff466cf4

Merged branch persistent-import-queue back into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 22 Oct 2018 18:16:20 +0200
parents 3907a7b98067
children
line wrap: on
line source

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