ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 168 forks source link

@import From Google Fonts Not Working #521

Open harshadsatra opened 3 years ago

harshadsatra commented 3 years ago

Compile failed when tried to import font from Google

glenn2223 commented 3 years ago

It might be that the version of LibSass that's included in this extension does not actually support the URL import that's documented

My fork of this extension uses dart-sass which, as in the documentation linked above, is fully supported. It might be worth shifting to my fork.


This extension is no longer maintained, see #486. This will show you that I have a fork that I'm actively maintaining.

After reading it, please close this issue so my own can stay top of the list. Thanks