postcss.config.js 169 B

123456789
  1. module.exports = {
  2. plugins: {
  3. 'postcss-import': {},
  4. 'postcss-nested': {},
  5. 'postcss-import-ext-glob': {},
  6. tailwindcss: {},
  7. autoprefixer: {},
  8. },
  9. }