view client/.postcssrc.js @ 5286:6a6734836828

Bumped version for next development version.
author wilde@azure1.rgb.intevation.de
date Wed, 01 Jul 2020 17:56:17 +0200
parents 3907a7b98067
children
line wrap: on
line source

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