Hacker News new | ask | show | jobs
by apatheticonion 1616 days ago
Looking forward to an scss compiler written in Rust, compiled to wasm and exported via a node module that no longer requires node version/platform specific binaries to be either downloaded or compiled.

Oh cool: https://github.com/connorskees/grass

Oh node-sass is written in C++. I wonder why they aren't shipping the code as wasm rather than using node bindings

1 comments

`node-sass` is deprecated [0]. use the `sass`[1] package instead

[0] https://www.npmjs.com/package/node-sass [1] https://www.npmjs.com/package/sass instead

Actual source language is dart and this library is basically a transpilation of: https://sass-lang.com/dart-sass
Well I'll be...