Y
Hacker News
new
|
ask
|
show
|
jobs
by
ZenPsycho
2251 days ago
then why is BEM more complex than just plain CSS? if the idea is to reduce complexity, that’s a giant fail.
1 comments
andrei_says_
2250 days ago
It is less complex in that it eliminates specificity conflicts and approaches CSS in a modular fashion by namespacing each module/block.
You have to name things, then you don't have to apply multiple rules.
link
You have to name things, then you don't have to apply multiple rules.