I am new to using LESS and Bootstrap, and I am building a site for fun. When I run make in my bootstrap directory, if I have screwed something into my variables.less file, I get an absolutely useless error message:
How can I get line numbers or something else? It wasn’t so bad to understand what was happening in this case (I used lighten(@color, 15%) incorrectly lighten(@color, 15%) ), but if I start hacking the design at will, I feel like I'm going to run into trouble, being LESS newb and all.
Any suggestions? Thanks.
source share