view client/.postcssrc.js @ 3228:607a158fe8f5

Print templates: Fixed accessing templates by type.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 09 May 2019 17:13:16 +0200
parents 3907a7b98067
children
line wrap: on
line source

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