GregorTacTac to Programmer Humor@programming.dev • 9 months agoAverage CSSlemm.eeimagemessage-square86fedilinkarrow-up1567arrow-down119file-text
arrow-up1548arrow-down1imageAverage CSSlemm.eeGregorTacTac to Programmer Humor@programming.dev • 9 months agomessage-square86fedilinkfile-text
minus-square@Mesa@programming.devlinkfedilink21•9 months 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
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.