3 ms·
> inheritance and composition Also known as the C in ”Cascading Style Sheets”. Embrace the cascade instead of having every class fully represent a component-pi
by eurasiantiger 3y ago
> inheritance and composition
Also known as the C in ”Cascading Style Sheets”. Embrace the cascade instead of having every class fully represent a component-piece.
- gabereiser 3y agoI know what the C stands for, while it does cascade, it’s not inheritance and it always lends itself to “why does this have this style? I didn’t want that!”.
- windows2020 3y agoIt's absolutely inheritance. .animal { font-weight: bold; } .animal.bear { color: brown; } <div class="animal bear">...</div>