I am not super proficient with LESS (I use SCSS/SASS) but am working on someone else's code that appears to have been compiled successfully in the past.
The ONLY thing that's spitting out an error is this:
background: url(@theme-images-dir + 'bx_loader.gif') center center no-repeat #fff;
specifically this error:
SyntaxError: expected ')' got '+' in /Users/rwboyer/2fish/grpin/wp-content/themes/lawyers-attorneys/wpv_theme/assets/css/bxslider.less on line 40, column 36:
@theme-images-dir
appears to be defined and included in another less file before this statement is reached.
Any hints as to what is happening here?
Thanks.