view client/.postcssrc.js @ 5602:781628cda531

Revert excel support to previous version.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 08 Aug 2022 15:29:07 +0200
parents 3907a7b98067
children
line wrap: on
line source

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