Google News
logo
Sass - Interview Questions
What is the use of DRY-ing out a Mixin function in Sass?
DDRY-ing out a Mixin function splits into two parts : the static part and dynamic parts.
 
The static Mixin contains the pieces of information that would otherwise get duplicated and the dynamic Mixin is the function that the user going to call.
Advertisement