view client/.postcssrc.js @ 3973:5f3f571c105c

Cleaned up whitespace in HTML template for password reset.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 17 Jul 2019 11:28:11 +0200
parents 3907a7b98067
children
line wrap: on
line source

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