Google News
logo
Sass - Interview Questions
Mention the two types of mixin arguments?
There are two types of mixin arguments : 
 
Keyword Arguments : It is used to include arguments in the mixins. The arguments which are named can be passed in any order and the default values of argument can be omitted.
 
Variable Arguments : Variable arguments are used to pass any number of arguments to mixin. It contains keyword arguments passed to the function or mixin.
Advertisement