view client/.postcssrc.js @ 3895:07b2df71bb4a

Allow 'ZPG' as a depth reference system in meta.json files.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 10 Jul 2019 15:34:23 +0200
parents 3907a7b98067
children
line wrap: on
line source

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