What is the correct syntax to define default values to mixin variables?
Options:
Explanation:
The correct syntax to define default values to mixin variables is,
Tags:
SASS
Computer
Answer:
What is the correct syntax to define default values to mixin variables @mixin mixin_name($variable: default_value, $variable: default_value) {properties: values/variables;}.