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 is the purpose of Tailwind's constrained design token scale (e.g. only p-1 through p-96, a fixed color palette)?
A
To make the framework smaller in file size only
B
To enforce design consistency by limiting engineers to a predefined set of values, preventing ad-hoc inconsistent values (17px here, 18px there) that free-form CSS authoring allows
C
It's a technical limitation with no design intent behind it
D
To prevent the use of custom colors entirely
Check Answer