What is Sass primarily used for?
Which file extension is commonly used for SCSS syntax?
What symbol is used to declare a variable in Sass?
Which of the following is a valid variable declaration in Sass?
What does nesting in Sass allow you to do?
What is a mixin in Sass?
Which keyword is used to define a mixin in Sass?
How do you include a mixin in a selector?
What is the purpose of @extend in Sass?
Which placeholder selector is used with @extend?
What is the primary benefit of the @use and @forward system in Sass?
Which statement correctly forwards mixins from one file to another?
What happens if you use @use 'file' multiple times in different files?
How can you access a variable from a module used via @use?
How do you make a variable available when forwarding a file?