top | item 40991266

(no title)

andy128k | 1 year ago

This is what BEM solves. You do not have class="Card big" but class="Card Card_big". And if you care about modifier conflicts you may always define a rule .Card_big.Card_small { /* whatever makes sense */ } and not rely on a random application of attributes.

discuss

order

No comments yet.