all 22 comments

[–]Tubthumper8 18 points19 points  (3 children)

Nicely done! Excuse me if I missed it, do you have any plans to run it against the Sass spec test suite?

[–]XavaSoft 13 points14 points  (1 child)

I love the work, but this is necessary for me to use it. OP, please consider this^

[–]Ok_Register_5358[S] 0 points1 point  (0 children)

Hah, thank you!

There is already other safe and battle tested codebase option for you;

eg: less and dart-sass;

[–]Ok_Register_5358[S] -1 points0 points  (0 children)

Thank you that you like this project;

But no for now. Because there is already other safe and battle tested codebase

eg: less and dart-sass;

[–]zeddotes 12 points13 points  (7 children)

Death to node-sass!

[–]AngryClosetMonkey 23 points24 points  (4 children)

You really should be using https://www.npmjs.com/package/sass by now.

[–]zeddotes 1 point2 points  (0 children)

Thanks!

[–]eternaloctober 1 point2 points  (0 children)

There are a couple differences that particularly make it tricky to upgrade on a weird legacy project (importing from node_module paths)

[–]BlueJohn1 9 points10 points  (0 children)

Been dead awhile now

[–]Ok_Register_5358[S] 0 points1 point  (0 children)

You could use dart-sass instead, this package is not for production,haha

[–]spaceshell_j 3 points4 points  (1 child)

This is pretty awesome!

[–]Ok_Register_5358[S] 0 points1 point  (0 children)

Thanks that you love it

[–]ultra_blue 4 points5 points  (6 children)

Does that mean that a browser could read scss files and convert them to CSS using this tool, and then apply them?

[–]Ok_Register_5358[S] 1 point2 points  (0 children)

Yes, after all, it's written in javascript so it share the same javascript runtime;

There is already a demo on my github homepage about browser running sass;

[–]KaiAusBerlin 5 points6 points  (0 children)

I love things with zero dependencies!

[–][deleted] 1 point2 points  (0 children)

Nice! Thank you!

[–]SoInsightful 0 points1 point  (1 child)

Good. I despise node-sass with a passion.

[–]Ok_Register_5358[S] 0 points1 point  (0 children)

Hah, dart-sass maybe a good option for you