Variable Name Error “is undefined” even though “variables.less” imported
This other question ultimately led me to the right answer. It looks like the LESS compiler is silently failing if files are encoded with a BOM. (That’s a Byte Order Mark for those not familiar with the term.) This is the default setting in some editors, such as Visual Studio. The compiler barfs up an … Read more