Assuming I have the following mixin with following arguments:
.font-style(@size: 1.2em, @style: 100, @leading:1.4em, @color: #efefed)
Now I want to play this mixin passing the arguments that I define for a specific class. Ex:
.myClass{ .f...
asked by
28.07.2015 / 19:01