I downloaded CCSLess and a collection of mixin called elements.less.
When i try to use one of the mixin in my own quickStart.less file it says:
.gradient is undefined
in quickStart.less on line 28, column 5:{ .gradient;}
in the console it parses it in the right order:
the elements.less is parsed first.
and yet i am unable to call mixin which are located in a different file.
anyone knows why?
Are you sure you have correctly imported elements.less ?
Try putting
at the top of your file.