DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
CSS
Why does every BEM-named class having the same specificity (a single class selector) matter architecturally?
A
It has no practical benefit, it's purely a naming preference
B
It naturally avoids the specificity escalation that happens with deep descendant selectors, keeping later overrides predictable without needing !important
C
It makes CSS files smaller
D
It's required for CSS Grid to function
Check Answer