@tailwind base; @tailwind components; @tailwind utilities; /* PhoneInput dark-mode overrides (it would add a lot of boilerplate to do this in JavaScript) */ .PhoneInputInput { @apply text-sm focus:ring-0 border-0; } .dark .PhoneInputInput { @apply bg-black; } .PhoneInputCountrySelect { @apply text-black; } /* note(PeerRich): TODO move @layer components into proper React Components: