postcss.config.js 87 B

123456
  1. export default {
  2. plugins: {
  3. 'autoprefixer': {},
  4. 'postcss-nested': {},
  5. },
  6. }