postcss.config.js 70 B

123
  1. module.exports = ctx => ({
  2. plugins: [require('autoprefixer')()],
  3. })