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 main advantage of Sass's `@use` module system over the older, now-deprecated `@import`?
A
@use compiles faster in all cases
B
@use provides namespaced scoping and avoids duplicate compilation/global namespace collisions that @import had
C
@use is the only way to write CSS variables
D
There is no meaningful difference
Check Answer