SASS Practice Test
SASS Mixins and Functions 2
What is a default argument in a Sass mixin?
Select your answer
A
A parameter with a fallback value used when no argument is passed
B
The first argument in the list
C
An argument that is always required
D
An argument passed via `!default`
Hint