I'm using a server side engine to compile LESS (through Cassette in an asp.net MVC application).
I get this error:
Error compiling /Content/css/less/blog.less/Content/css/less/blog.less':
variable @width is undefined on line 65 in file 'mixins':
[64]: .blog-grid-builder(@container, @columns, @margin);
[65]: width: @width;
--------^
[66]: }
from line 266 in file '
[266]: .blog-grid-item-width(1140px; 4; @blog-4-margin);
Any idea about it?
