InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Need Parametric Mixins In Less? |
|
Answer» Parametric mixinsare same LIKE STANDARD MIXINS. The only difference is that parametric mixins take parameters like functions in JavaScript. After determining parameters to the mixins, you get more CONTROL over mixins. Parametric mixinsare same like standard mixins. The only difference is that parametric mixins take parameters like functions in JavaScript. After determining parameters to the mixins, you get more control over mixins. |
|