|
|
|
|
|
by dom96
1206 days ago
|
|
I tend to stick with script tags as much as I can. Really the problem are all the frameworks pushing people to create a build step. Their excuse is optimising the code size, but for most cases that matters little, I don't mind including all of tailwind or font-awesome. So please, if you own a framework like this, make sure a script tag with a CDN link is easily copyable. |
|
A lot of very useful features require a build step because it generates classes on the fly based off what you typed in the HTML.