SASS Practice Test
SASS Variables and Data Types 3
How do you make a locally scoped Sass variable available globally?
Select your answer
A
Use the `!global` flag
B
Declare it outside all blocks
C
Use the `@global` directive
D
Prefix it with `$$`
Hint