|
|
|
|
|
by TekMol
1395 days ago
|
|
The problem they describe is nonexistent. They say <div class="card big"> is bad because some other CSS can come along
and co-opt what big means
Doesn't matter, because you would not style ".big" but ".card.big".Yes, if someone would redefine "card", that would be a problem. That's why this "base class" should not be as short as just "card" but rather "userInfoCard" or something like that. |
|