view client/.postcssrc.js @ 1548:ccf4fc8a6402

Import queue: Give milliseconds in JSON output, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 10 Dec 2018 16:49:34 +0100
parents 3907a7b98067
children
line wrap: on
line source

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