What is the correct syntax to pass two variables in a mixin?
Options:
Explanation:
The correct syntax to pass two variables in a mixin is,
Tags:
SASS
Computer
Answer:
What is the correct syntax to pass two variables in a mixin @mixin mixin_name($variable1, $variable2) { properties: values;}.