Files
the-example-app-nodejs/postcss.config.js
Benedikt Rötsch c650dd3f1c basic styling
2017-11-07 17:33:32 +01:00

10 lines
177 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
'postcss-url': {},
'postcss-cssnext': {},
'postcss-browser-reporter': {},
'postcss-reporter': {}
}
}