Files
jackboxpartypack-gamepicker/frontend/src/index.css

11 lines
114 B
CSS
Raw Normal View History

2025-10-30 04:27:43 -04:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply antialiased;
}
2025-10-30 04:27:43 -04:00
}