.postcssrc 75 B

123456
  1. {
  2. "plugins": {
  3. "tailwindcss/nesting": {},
  4. "tailwindcss": {}
  5. }
  6. }