grass icon indicating copy to clipboard operation
grass copied to clipboard

A Sass compiler written purely in Rust

Results 28 grass issues
Sort by recently updated
recently updated
newest added

Having a non-sendable error type prevents composing it with type-erasing error carriers like `anyhow`: ``` error[E0277]: `Rc` cannot be sent between threads safely | | grass::from_path(&path, &options)?; | ^ `Rc`...

Hello, Today as I was looking for a way to compile Sass in my project, I was annoyed to not being able to use any npm module with Deno because...

Hey, nice project. When trying to compile for WASM with `cargo build --features wasm-exports --release`, I get these errors. Couldn't find it reported anywhere but sorry if already known. ```...

As title, I need use grass in my custom project, there are some complicated path calculation need to do, such as custom alias rules. But found that 'grass::from_string_with_file_name' can not...

This issue serves as a way to keep track of all known compilation issues ### Large features - [x] `@use` and the module system (MVP) - [x] `@forward` #67 -...

Should it be possible to import a plain css file with `@use` as described in the [sass docs](https://sass-lang.com/documentation/at-rules/use#loading-css)? ```css /* code.css */ code { padding: .25em; line-height: 0; } ```...

Created a fuzzing target which compares `grass` with the npm `sass` This is an initial suggestion. It only compares whether they both accept the input or both reject the input....

The multiplication had some todo's left for NaN, made it propagate the NaN.

This implementation is at a point where it makes sense to - [x] Setup CI (fixed in #10) - [ ] Focus on increasing code coverage (see [grcov](https://github.com/mozilla/grcov)) to at...