120
As AI and megaplatforms take over, the hyperlinks that built the web may face extinction
(theconversation.com)
This is a most excellent place for technology news and articles.
does tailwind functionally just move the css into the class attribute? why would that be a good idea?
It's essentially just a bunch of pre-made css classes that do a specific thing that you mix and match from.
AFAIK the programmatic part is so your served CSS file will only include the classes you actually use, rather than all available ones. You could always just not do that.
It always seemed to me like one of the least overengineered front end tools.