DEV Community

Discussion on: Style beautiful web pages without writing any CSS. Using W3.CSS.

 
lazarljubenovic profile image
Lazar Ljubenović • Edited

I never said anything about separation of concerns, not did I say that you shouldn't inline styles or that it's a bad thing to do.

There's nothing wrong with inlining styles.

But there's everything wrong with pretending you're not inlining styles when you add a class named padding-small which adds the style { padding: var(--small) }.