-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 stylesheets does not work on 3.12.0 #3541
Comments
👍 I can reproduce this issue with an unmodified bootswatch "template".
|
Referenced pull request ##3501 |
@hitesh-sourcefuse Hmm, so maybe the replaced library wasn't a drop-in replacement. |
Also worth noting that where url(https://someurl/somestylesheet.css) was valid before, the quotations are now required. I had legacy code from years ago start erroring today. This release has breaking changes and devs should be notified. |
@matthew-dean to fix this issue following file lib/less-node/url-file-manager.js needs changes as from |
@hitesh-sourcefuse Can you make a PR with those fixes and tests? |
@hitesh-sourcefuse nvm, made a PR |
Seems like 3.12.0 broke imports for remote stylesheets. For example
compiles on 3.11.3, but on 3.12.0 it throws
Is this a bug or was the support for remote imports dropped?
The text was updated successfully, but these errors were encountered: