lesscss-maven-plugin icon indicating copy to clipboard operation
lesscss-maven-plugin copied to clipboard

Fails to compile with extraneous whitespace before @import "";

Open gilday opened this issue 12 years ago • 0 comments

A less file which has a whitespace character before an import causes the compiler to fail

// Include dependencies
 @import "some-file.less";
//

Throws the error Couldn't load undefinedsome-file.less

gilday avatar Oct 07 '13 16:10 gilday