postcss.config.js 92 B

123456
  1. module.exports = {
  2. plugins: {
  3. 'autoprefixer': {},
  4. 'cssnano': {}
  5. }
  6. };