0.0.1 • Published 3 years ago
@natsuneko-laboratory/rust-sass v0.0.1
@natsuneko-laboratory/rust-sass
This package is an alternative to the sass package but use grass as Sass compiler.
Why use this package?
sass(JS-compiled) is an easy to use but 2.5x and 10x slower than Dart VM.sass(Dart VM) is a high-performance but dependent on platform outside of Node.js.
Performance
dart: ~10000ms (10s)- Run:
pnpm run test:dart
- Run:
node: ~2000ms (2s)- Run:
pnpm run test:node
- Run:
rust: ~1500ms (1.5s)- Run:
pnpm run test:rust
- Run:
Publish
$ npm version [major|minor|patch]
$ git push --follow-tagsLicense
MIT by @6jz
0.0.1
3 years ago