view client/.postcssrc.js @ 1729:74f7d4c531bc

Scheduled imports: Refactored calling of database configured import to be reusable elsewhere.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Jan 2019 13:03:24 +0100
parents 3907a7b98067
children
line wrap: on
line source

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