view client/.postcssrc.js @ 3465:3c13a6f2227b

afd(LNWL): additional queryparams (widthbreaks, depthbreaks) for sections and stretches implemented
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 10:38:42 +0200
parents 3907a7b98067
children
line wrap: on
line source

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