view client/.postcssrc.js @ 1519:08e1b38a4a8b

Be aware of canceling the last scheduled function.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 06 Dec 2018 14:34:03 +0100
parents 3907a7b98067
children
line wrap: on
line source

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