postcss.config.js 164 B

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