1 2
const path = require('path'); module.exports = {
3
plugins: [require('autoprefixer'), require('postcss-import')],
4
};