this post was submitted on 02 Apr 2024
13 points (88.2% liked)

CSS

545 readers
3 users here now

founded 2 years ago
MODERATORS
13
CSS variables (gomakethings.com)
submitted 1 year ago by mac to c/css
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago (1 children)

It has variables as well as modules, easily nestable definitions, and inheritance so that you can have base classes

[โ€“] spartanatreyu 2 points 1 year ago

CSS has variables, modules and nesting.

By inheritance, do you mean the extends keyword? Because if so, it just seems like going further down the misguided BEM path instead of picking better selectors.