talks/taking-flight-with-tailwind-css/code/css-apply-before.txt

8 lines
159 B
Plaintext
Raw Normal View History

a.btn {
@apply text-sm no-underline font-bold;
@apply rounded-full inline-block px-5 py-2;
@apply text-white bg-blue-600;
@apply hover:bg-blue-700;
}