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 happens when JSX references `styles.titel` (a typo) from a CSS Module import, without typed CSS Module tooling set up?
A
TypeScript throws a compile-time error immediately
B
It compiles without error; at runtime styles.titel is undefined, silently applying no className with no visible warning
C
The build process crashes
D
It automatically falls back to the closest matching class name
Check Answer