Crates.io | rsass-macros |
lib.rs | rsass-macros |
version | 0.28.10 |
source | src |
created_at | 2023-01-17 21:04:11.132078 |
updated_at | 2024-05-19 19:36:03.782674 |
description | Sass as a rust function-like macro. |
homepage | |
repository | https://github.com/kaj/rsass |
max_upload_size | |
id | 761287 |
size | 5,477 |
Sass reimplemented in rust with nom. The "r" in the name might stand for the Rust programming language, for "re-implemented", or possibly for my name Rasmus.
This is the rsass-macros
crate, giving rust projects access to
sass-compiled strings in compile-time.
To use it, add rsass-macros
to your dependencies in a rust project.
cargo add rsass-macros
The sass language is defined in its reference doc. See the rsass crate or the the rsass monorepo for the implementation status.
Welcome! Please see the rsass monorepo about contributing.