What are the parametric Mixins in Less CSS ?

 Posted by Goud.Kv on 5/24/2014 | Category: CSS 3 Interview questions | Views: 2049 | Points: 40
Answer:

Parametric Mixins are the code blocks which covers the default parameters as below,

.example(@variable : #ccc) {

.....,
...,
}


In the above example, @variable is the default parameter used for mixin '.example'.

So, Parametric mixins combines both Mixins and Variables.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response