Do developers really build basic websites / pages WITHOUT pure CSS when it's an option? I know there are times when you need to do something CSS can't (and shouldn't do of course. But I mean when the 'thing' is design/style only, aren't we all already using only CSS for those things? Or am I just so old I still practice the separation of concerns and no one else is. Also, while kudos to the OP for doing this, this is…
> Do developers really build basic websites / pages WITHOUT pure CSS when it's an option? Yes. There are developers who have only styled websites using bootstrap classes. (or related css-frameworks, e.g foundation, bulma, etc...) And there are developers who have only styled websites using tailwind classes. (or other related atomic css frameworks) Both sets of developers lose out on some very powerful css features (e…
Tailwind doesn't "miss out" on any of these css features.
https://tailwindcss.com/docs/grid-template-columns
https://tailwindcss.com/blog/tailwindcss-v3-2
"Light-DOM web components" aren't a CSS feature... and they certainly aren't one that tailwind prevents you from using.