react-toolbox
Version:
A set of React components implementing Google's Material Design specification with the power of CSS Modules.
19 lines (17 loc) • 380 B
JavaScript
const path = require('path');
module.exports = {
plugins: {
'postcss-import': {
root: path.join(__dirname, '../'),
path: [path.join(__dirname, '../components')]
},
'postcss-mixins': {},
'postcss-each': {},
'postcss-apply': {},
'postcss-nesting': {},
'postcss-cssnext': {},
'postcss-reporter': {
clearMessages: true
}
}
}