view client/.postcssrc.js @ 2995:5222bfe5b4af

Upload imports: spell form field 'send-email' instead of 'email'.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 10 Apr 2019 15:15:00 +0200
parents 3907a7b98067
children
line wrap: on
line source

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