Files
ports/textproc/grass/pkg-descr
Charlie Li e976cd5a87 textproc/grass: add
sass compiler/library written/implemented in Rust
2025-05-03 20:02:25 -04:00

13 lines
526 B
Plaintext

This crate aims to provide a high level interface for compiling
Sass into plain CSS. It offers a very limited API, currently exposing
only 2 functions.
In addition to a library, this crate also includes a binary that
is intended to act as an invisible replacement to the Sass commandline
executable.
This crate aims to achieve complete feature parity with the dart-sass
reference implementation. A deviation from the dart-sass implementation
can be considered a bug except for in the case of error messages
and error spans.