SASS Practice Test
SASS Partials and Modules
What is a Sass partial?
Select your answer
A
A Sass file prefixed with an underscore that is not compiled independently
B
A partially compiled Sass file
C
A file with incomplete styles
D
A Sass file loaded after the main stylesheet
Hint