Blame view

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