You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
But the issue appears when I want to treat it as a LESS file:
It raises
Less::Error at / optional dependency 'request' required to import over http(s)
The text was updated successfully, but these errors were encountered: