view client/.postcssrc.js @ 3491:76d63f18f55f zpg-ldc

soundingresult_import: added ZPG as available reference
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 17:04:03 +0200
parents 3907a7b98067
children
line wrap: on
line source

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