view client/.postcssrc.js @ 4772:26ce6fbfcd7c

Merged direct-diff branch back into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Oct 2019 11:51:52 +0200
parents 3907a7b98067
children
line wrap: on
line source

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