Distinguishing “Components” and “Utilities” in Tailwind
Here’s a really quick tip. You can think of Tailwind utilities as components — because you can literally make a card “component” out of Tailwind utilities. @utility card { border: 1px solid black; padding: 1rlh; } <div class=”card”> … </div> This blurs the line between “Components” and “Utilities” so we need to better define those […]
Distinguishing “Components” and “Utilities” in Tailwind Read More »








