-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add import support #1
Comments
That's correct, currently imports are not available. Is this the only thing blocking you from using this library? I can investigate how hard it might be to add. |
Yes, "import" is very important to reuse some css libraries( like 960.gs, blueprint ). I'm using lesscss now, which works, but very slow. |
Okay, I can take a look later today. Do you need any of the other currently unsupported features (math operations, accessors), or just imports? |
I don't know yet. Since the
|
To implement |
Yes, it certainly is not hard. :) We just haven't needed it yet. I'll take a look to see how hard these will be to add. |
Actually, I made a eclipse plugin. When I write in a less file, it will be converted to a css file at the same time :) |
Ah, okay, well this project is a good fit for you then. I would expect ~50ms translation time for a normal sized file. |
Thank you, I will watching it |
I hope to work on these issues later this week. Would you expect LESS files using |
I found it not that simple for
It's a method. It should be called and calculated and render the result, not the method itself. So I think it will be difficult to implement a full Or just keep it simple? Not implement those? |
Looking at official |
Another developer at our company is currently rewriting this parser, bringing it more inline with less.js. This make take a bit more time to resolve your issue, but should set us on a better path towards full compatibility. |
This doesn't work:
It's not support yet?
The text was updated successfully, but these errors were encountered: