view client/.postcssrc.js @ 3492:73285a90cab2 zpg-ldc

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

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