UNPKG

169 BJavaScriptView Raw
1module.exports = {
2 plugins: {
3 'postcss-import': {
4 root: __dirname,
5 },
6 'postcss-mixins': {},
7 'postcss-each': {},
8 'postcss-cssnext': {}
9 },
10};
\No newline at end of file