▲ | kbrannigan 4 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"> | ||
▲ | pwdisswordfishz 3 days ago | parent | next [-] | |
Or just <button>… | ||
▲ | j45 3 days ago | parent | prev [-] | |
You don’t edit it much after it’s done. You get used to reading any code the more you read it. |