Does Less execute a single pass on the files, or does it perform multiple passes?
I am particularly worried about what will happen if I include another file that redefines variables and mixins. Will the generated output use the original values, or will it be overwritten by the new definitions?