1 2 3 4 5 6 7 8 9
@tailwind base; @tailwind components; @tailwind utilities; @layer components { .bg-iosdc-japan { @apply bg-gradient-to-r from-orange-400 via-pink-500 to-purple-400; } }