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

@import remote file fails with (less) option #129

Open
StanBoyet opened this issue Dec 6, 2016 · 1 comment
Open

@import remote file fails with (less) option #129

StanBoyet opened this issue Dec 6, 2016 · 1 comment

Comments

@StanBoyet
Copy link

Following the LESS language documentation, I try to import a remote CSS file and to treat it as a LESS file (basically to extend a class, but whatever).

So importing the file as basic CSS like this works:

@import 'https://cdn.com/path/to/style.min.css';

But the issue appears when I want to treat it as a LESS file:

@import (less)'https://cdn.com/path/to/style.min.css';

It raises Less::Error at / optional dependency 'request' required to import over http(s)

@StanBoyet StanBoyet changed the title @import remote file fails with (less) option @import remote file fails with (less) option Dec 6, 2016
@StanBoyet
Copy link
Author

Hi,

Does anybody have this issue as well? Can I do anything in order to help?

Thanks

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

1 participant