view client/.postcssrc.js @ 5033:13d9820c1ea4

Run review decisions SQLs as reviewer instead of queue user to use the rls policies.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Mar 2020 10:54:41 +0100
parents 3907a7b98067
children
line wrap: on
line source

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