-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Hi! I’m testing Tailwind, and have a question about some class naming.
I was expecting these rules to be declared by these classes:
font-style: normalfrom.font-normalor.normalfont-weight: regularfrom.font-regularor.regular
But Tailwind works this way:
font-style: normalfrom.romanfont-weight: regularfrom.font-normal
I find that very misleading, because:
- When I encounter
.font-normal, I think aboutfont-style: normal, not aboutfont-weight: regular - If I’m coding a website not using a latin alphabet (let’s say Chinese or Arabic), the word
romandoes not resonate in any way withfont-style: normal. - Also,
romanmakes me think tolist-style-type: lower-roman(orupper-roman).
What are other people views on this? Can you consider to rename classes in a further breaking update?
harg, missmatsuko and tremby
Metadata
Metadata
Assignees
Labels
No labels