postcss.config.js 114 B

1234567
  1. module.exports = {
  2. plugins: {
  3. 'postcss-nested': {},
  4. 'postcss-import': {},
  5. autoprefixer: {},
  6. },
  7. };