postcss.config.js 143 B

12345678
  1. export default {
  2. plugins: {
  3. "postcss-import": {},
  4. "tailwindcss/nesting": "postcss-nesting",
  5. tailwindcss: {},
  6. autoprefixer: {},
  7. },
  8. };