VIP Exclusive
Sass (CSS Preprocessor) VIP Certification Exam
SASS — No official standardized Sass certification exam exists from a recognized issuing body. This is an original comprehensive practice set designed to rigorously assess professional-level mastery of Sass (Syntactically Awesome Style Sheets), covering the modern @use/@forward module system, mixins, functions, control flow, maps, and compilation behavior as documented by the official Sass specification.
30
Questions
60m
Time Limit
75.00%
To Pass
Question 1 of 30👑 VIP
A senior developer is migrating a large codebase from the legacy @import system to the modern Sass module system. She replaces every @import with @use, but now her styles defined in _variables.scss are no longer accessible in _buttons.scss without any prefix. What is the correct way to access the $primary-color variable from _variables.scss inside _buttons.scss after switching to @use?
Questions 2–30 and full explanations are VIP-exclusive.