GregorTacTac@lemm.ee to Programmer Humor@programming.dev · 1 年前Average CSSlemm.eeimagemessage-square86fedilinkarrow-up1568arrow-down119file-text
arrow-up1549arrow-down1imageAverage CSSlemm.eeGregorTacTac@lemm.ee to Programmer Humor@programming.dev · 1 年前message-square86fedilinkfile-text
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up6·1 年前Aren’t classes in CSS supposed to represent visual styles? What else could they be for?
minus-squareMesa@programming.devlinkfedilinkarrow-up21·1 年前Pretty sure they’re referring to class names describing the visual style being applied, rather than what that class represents semantically. E.g. .red-bold vs. .error-text
Aren’t classes in CSS supposed to represent visual styles? What else could they be for?
Pretty sure they’re referring to class names describing the visual style being applied, rather than what that class represents semantically.
E.g.
.red-bold
vs..error-text
Oh, that makes sense.