app.css 112 B

1234567
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. html {
  5. -webkit-tap-highlight-color: transparent;
  6. }