Skip to content
/ rsass Public
forked from kaj/rsass

Sass reimplemented in rust with nom (early stage)

Notifications You must be signed in to change notification settings

jnicklas/rsass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsass

Sass reimplemented in rust with nom (very early stage). The "r" in the name might stand for the Rust programming language, or for my name Rasmus.

Build Status Crate docs

Sass language and implemetation status

The sass language is defined in its reference doc. This implementation is incomplete but getting there, if slowly.

Progress: 1146 of 3310 tests passed (or 1215 of 6065 when claiming to be libsass).

If you want a working rust library for sass right now, you will probably be better of with sass-rs which is a rust wrapper around libsass. Another alternative is sassers which is another early stage pure rust implementation. That said, this implementation has reached a version where I find it usable for my personal projects, and the number of working tests are improving.

About

Sass reimplemented in rust with nom (early stage)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.2%
  • Other 0.8%