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
medium
CSS
What does the `:global(...)` syntax do in a CSS Module file?
A
It deletes the local scoping for the entire file
B
It explicitly opts a specific selector OUT of automatic local scoping, for deliberate cases like targeting third-party markup or a global theme class
C
It imports styles from a global CDN
D
It has no effect, it's purely documentation
Check Answer