|
|
|
|
|
by kbrannigan
277 days ago
|
|
How do you manage the html where you can't even see the tags anymore and it's a spaghetti of utilities in the template for example: <!-- Like his -->
<div class="px-4 py-2 bg-blue-500 text-white rounded shadow-md hover:bg-blue-600"> <!-- Instead of this -->
<div class="btn-primary"> |
|