1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@import "box.css"; @tailwind components; @layer components { .button_sunset { @apply box_gradient_sunset transition scale-100 focus:opacity-70 hover:transition hover:scale-110 px-4 py-2 mt-4 rounded-full font-bold; } }