sass-embedded-host-rust
🦀 A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.
use ;
let mut sass = new.unwrap;
let res = sass.compile_string.unwrap;
println!;
For more details, checkout docs.rs and examples.
Contributing
- Install the Protocol Buffer Compiler.
- Run
npm install && npm run setup
. - Find issues and welcome PRs.