103
Tailwind vs. normal CSS - performance and size
(nuejs.org)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Tailwind is only feels like a successor to CSS to developers writing css like it was 10 years ago (or using frameworks that write it like that, e.g. bootstrap), or projects not using visual regression testing.
Modern css is so much better.
:has()
,+
,~
,nth-...
, ... selectors.If you're using something like BEM, or bootstrap to make columns, your knowledge is way out of date and you're doing it wrong.