|
|
|
|
|
by woutr_be
1 hour ago
|
|
Personally I wouldn't use `@apply text-center` over just `text-aligh: center;`, but I do use `@apply text-red-300` or `@apply px-2`, simply because I like the set of defaults Tailwind comes with. I tried building my own set of defaults, but eventually decided that just using the Tailwind ones is much easier. |
|