view client/.postcssrc.js @ 2055:6594903a14e8 unify_imports

Scheduler: Fixed SQL statement once again.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 28 Jan 2019 14:01:56 +0100
parents 3907a7b98067
children
line wrap: on
line source

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