.postcssrc.json 69 B

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