Open PraneetDixit opened 4 years ago
Hi, Iam working on a new version, that uses Dart-Sass. Thx for pointing it out.
Nice to hear that you are working on a new version. Would like to see it soon.
I did some research and wonder why you think the compiler uses ruby-sass. The repo i referenced is just a wrapper for libsass or do i miss something?
Sorry. It was my mistake. This compiler is not using Ruby. Although I figured out that libsass does not support @use
rule till now.
I just want to tell that I wont develop this extension on, because the used compiler contains to many outdated libraries, and i got several security warnings so i recomend to delete the extension.
As I said above, the used compiler contains outdated libraries, that have several security warnings and I wont develop it on. So please delete the extension.
This compiler currently uses Ruby-sass. Ruby-sass is no longer receiving updates from the Sass team and has been discouraged to use. Also, it does not support rules like
@use
etc. Hence, I would recommend to migrate to Dart-sass instead.