Hacker News new | ask | show | jobs
by floydnoel 34 days ago
Sounds like a home made Tailwind of your own
1 comments

Well Tailwind CSS is a CSS framework, and I'm writing CSS.

What Tailwind does is go fully into inline styles though. But I don't think that's an efficient approach, you also break a few other Clean Code principles along the way.

I do have some classes I sometimes apply inline, which are defined in the util.css, but the majority of styling is not done this way.