1
0
Fork 0
chronos/postcss.config.js

10 lines
178 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {
root: __dirname,
},
'postcss-mixins': {},
'postcss-each': {},
'postcss-cssnext': {}
},
};