Blame view

postcss.config.js 117 Bytes
陈文彬 authored
1
2
const path = require('path');
module.exports = {
3
  plugins: [require('autoprefixer'), require('postcss-import')],
陈文彬 authored
4
};