view client/.postcssrc.js @ 3649:fb8a53c7c6d3

merged configuration branch into default
author Markus Kottlaender <markus@intevation.de>
date Thu, 13 Jun 2019 11:20:17 +0200
parents 3907a7b98067
children
line wrap: on
line source

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