I have a variable defined in my AngularJS that counts the length of my array e.g. "array.length". I want to pass this into my LESS file as a variable e.g. @length = "array.length" so that I can use it change another class or variable...
Is this possible? If so how?