Registry / utility / sass-rs

sass-rs

JSON →
library0.2.2rscratesunverified

Higher level binding for the Sass library, enabling compilation of Sass/SCSS to CSS.

# Cargo.toml [dependencies] sass-rs = "0.2.2"
INSTALL
IMPORT
SIG · SASS-RS
S
sass-rs
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compile_file
use sass_rs::compile_file;

Compiles a Sass file to CSS.

use sass_rs::compile_file; fn main() { let css = compile_file("style.scss").unwrap(); println!("{}", css); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
sass-rs — cargo add sass-rs · libregistry