view client/.postcssrc.js @ 4367:6a985796f401

Fixed copyright year.
author Sascha Wilde <wilde@intevation.de>
date Mon, 09 Sep 2019 21:59:51 +0200
parents 3907a7b98067
children
line wrap: on
line source

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