Stefan
Member since Mar 23, 2015
- Profile: /members/12597-stefan.htm
- URL: https://github.com/hvlmnns
- Comments: 1
Recent Blog Comments By Stefan
-
Passing Rulesets To Mixins In Less CSS
Posted on Mar 23, 2015 at 4:55 PM
I found out that there is one problem with your mixin. If you fire the mixin twice the variables are fixed on the first iteration. Solution for this is to actually reassign the index variable instead of just counting it up. .looper( @index: @index + 1 ) ;... read more »