You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ehmmm. A little too much inspiration from tailwind, I presume?
This is terrible. Sorry. Couldn't this generate just 1 class? I mean sure, it's generated, but why generate classes that are like that? It's basically inline styles without actually inline styles.
Problem Statement/Justification
Ugly CSS. Anyone with a background of hand-writing CSS will know this is not a great way to generate CSS.
This discussion was converted from issue #3403 on October 31, 2025 11:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Any method of writing styled has this problem, but this is what I used as an example:
And the generated css, at least for this bit:
Ehmmm. A little too much inspiration from tailwind, I presume?
This is terrible. Sorry. Couldn't this generate just 1 class? I mean sure, it's generated, but why generate classes that are like that? It's basically inline styles without actually inline styles.
Problem Statement/Justification
Ugly CSS. Anyone with a background of hand-writing CSS will know this is not a great way to generate CSS.
Proposed Solution or API
I would expect this:
Any particular reason why it's not this neat?
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions