view client/.postcssrc.js @ 1954:15af36e41f27

Improve error logging Only the address of the error was shown in the log
author Tom Gottfried <tom@intevation.de>
date Tue, 22 Jan 2019 16:24:34 +0100
parents 3907a7b98067
children
line wrap: on
line source

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