Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less: "@import (less) "file.css"" throws exceptions when changing the including file #165

Closed
heldchen opened this issue Aug 14, 2013 · 1 comment

Comments

@heldchen
Copy link

since less 1.4.0 (https://github.com/less/less.js/blob/master/CHANGELOG.md#140-beta-1--2) it is now possible to specify how a file included with @import should be handled:

You can specify options on imports to force it to behave as css or less @import (less) "file.css" will process the file as less"

when having the statement @import (less) "file.css" in a .less file, any keypress in the editor window will throw the following tow exception:

An internal error occurred during: "Xtext validation".
java.lang.IllegalStateException: No IResourceServiceProvider found in registry for uri file.css
@vtst
Copy link
Owner

vtst commented Aug 16, 2013

This is in fact the same problem as issue #164.

@vtst vtst closed this as completed Aug 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants