(no title)
diiiimaaaa | 9 months ago
And all CSS is custom classes that use Tailwind @apply, I'm not sure why, can someone elaborate.
diiiimaaaa | 9 months ago
And all CSS is custom classes that use Tailwind @apply, I'm not sure why, can someone elaborate.
hunvreus|9 months ago
- I use `@apply` in all of my custom Tailwind classes. It's easy to keep it consistent with the rest of your styles, and in this case it meant it was pretty easy for me to copy a good chunk of shadcn/ui's own components. You usually just use regular CSS for custom Tailwind utility classes?
strzibny|9 months ago