postcss.config.js 117 Bytes
const path = require('path');
module.exports = {
  plugins: [require('autoprefixer'), require('postcss-import')],
};