UNPKG

161 BJavaScriptView Raw
1module.exports = {
2 use: [
3 'postcss-import',
4 'postcss-url',
5 'postcss-cssnext',
6 'postcss-browser-reporter',
7 'postcss-reporter'
8 ]
9};
\No newline at end of file