SuperMario4848 / brackets-extension-sass-autocompile

An Extension for the Code-Editor Brackets to autocompile SASS-Files while saving. The SASS-Compiler used in this Extension, was developed and published by: https://github.com/medialize/sass.js/
MIT License
0 stars 0 forks source link

Migrating to Dart-sass #9

Open PraneetDixit opened 4 years ago

PraneetDixit commented 4 years ago

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.

SuperMario4848 commented 4 years ago

Hi, Iam working on a new version, that uses Dart-Sass. Thx for pointing it out.

PraneetDixit commented 4 years ago

Nice to hear that you are working on a new version. Would like to see it soon.

SuperMario4848 commented 4 years ago

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?

PraneetDixit commented 4 years ago

Sorry. It was my mistake. This compiler is not using Ruby. Although I figured out that libsass does not support @use rule till now.

SuperMario4848 commented 4 years ago

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.

SuperMario4848 commented 4 years ago

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.