I'm not sure if this is a LESS question or FuelUX question but I'll post it as both...
I am trying to change the width of the ul.steps
element depending on how many child elements have class="complete"
.
Is this possible to do with LESS or would I have to do some custom jQuery?
The current width is 224px and I want to reduce it by 56px for each class that exists.