view client/.postcssrc.js @ 5551:e9ef27c75e5c

Fixed minor typo.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 07 Nov 2021 22:45:11 +0100
parents 3907a7b98067
children
line wrap: on
line source

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