armin-pfaeffle / sass-autocompile

Automatically compiles SASS files on save ‒ package for atom.io
https://atom.io/packages/sass-autocompile
MIT License
49 stars 14 forks source link

Incompatible with max() or min() #181

Open JackTheKiller94 opened 3 years ago

JackTheKiller94 commented 3 years ago

Sass autocompile give me a compilation error when I write max() or min() on a sass file.  I know node sass is deprecated, so I guess it's that the problem. There's some way to disable this type of errors? Will be release a dart sass version?

Thanks.

armin-pfaeffle commented 3 years ago

Hey! Do you have me some example so I could check this?

JackTheKiller94 commented 3 years ago

bandicam 2021-04-19 16-30-58-523 bandicam 2021-04-19 16-30-28-363

JackTheKiller94 commented 3 years ago

I compiled with dart sass with the same sass and worked fine.

armin-pfaeffle commented 3 years ago

Ah, now I got the point. Seems I have to switch to Dart Sass. I will let this ticket opened until I exchange the compiler or created a new plugin. But I cannot say how soon I will have the time to do that.

JackTheKiller94 commented 3 years ago

What I thought.  Anyway, thanks for sass-autocompile. It's the best plugin for Sass on Atom and I hope it will be upgraded.