GregorTacTac@lemm.ee to Programmer Humor@programming.dev · 2 years agoAverage CSSlemm.eeimagemessage-square82fedilinkarrow-up1558arrow-down118file-text
arrow-up1540arrow-down1imageAverage CSSlemm.eeGregorTacTac@lemm.ee to Programmer Humor@programming.dev · 2 years agomessage-square82fedilinkfile-text
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up6·2 years agoAren’t classes in CSS supposed to represent visual styles? What else could they be for?
minus-squareMesa@programming.devlinkfedilinkarrow-up21·2 years agoPretty 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-boldvs..error-textOh, that makes sense.