view client/.postcssrc.js @ 5316:d188baf44ed0

Merged zpg-exception back into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 17 Jun 2021 11:09:01 +0200
parents 3907a7b98067
children
line wrap: on
line source

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