view client/.postcssrc.js @ 1263:00a38b354ab7

improve licening info in README.md
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Nov 2018 13:40:10 +0100
parents 3907a7b98067
children
line wrap: on
line source

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