| @import './styles/design-tokens.css'; | |
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| /* Custom utility classes */ | |
| @layer utilities { | |
| /* Hide scrollbar for Chrome, Safari and Opera */ | |
| .scrollbar-hide::-webkit-scrollbar { | |
| display: none; | |
| } | |
| /* Hide scrollbar for IE, Edge and Firefox */ | |
| .scrollbar-hide { | |
| -ms-overflow-style: none; /* IE and Edge */ | |
| scrollbar-width: none; /* Firefox */ | |
| } | |
| } | |