Files
the-example-app-nodejs/postcss.config.js

11 lines
207 B
JavaScript

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