@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @layer base { h1 { @apply text-3xl font-bold leading-tight text-gray-900; } } @layer components { .nav-tab--current { @apply bg-gray-900 text-white px-3 py-2 rounded-md text-sm font-medium; } .nav-tab { @apply text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium; } }