vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Issue when using @import (inline) #180

Closed ahoppen closed 10 years ago

ahoppen commented 10 years ago

As of Less 1.5.0 the @import parameter "inline" is added in addition to for instance "less" or "css". Using a line like the following @import (inline) "myExternalStylesheet.css"; runs fine in the Less but generates an issue in Eclipse but runs fine in the Less Compiler.

vtst commented 10 years ago

Thanks for the bug report. This is a new feature of LESS 1.5.0 which was not yet implemented. Done.