less-vars-to-js
less-vars-to-js copied to clipboard
fix(recursion): fix recursion issue with followVars
There was an issue where followVar was recursively being called, but we lost the lessVars and dictionary objects.
Adding the objects on the call fixed the issue. I wrote a failing test and fixed it.