ConnorSkees
089436ec9d
Revert "Allow unquote on all values"
This reverts commit f4c5fbae274ddd545d34107e424fa3b9c842ea14. This change resulted in nine regressions in the spec tests. This is a change that we should make later when the `unquote()` function has the correct functionality. For right now, the implementation of `unquote()` is a hack to just get things working.
grass
An implementation of the SASS spec in pure Rust
To run the official test suite,
git clone https://github.com/ConnorSkees/grass
cd grass
git submodule init
git submodule update
cargo b --release
./sass-spec/sass-spec.rb -c './target/release/grass'
The focus right now is just getting the most basic tests to pass.
2020-02-10
PASSING: 475
FAILING: 4618
TOTAL: 5093
2020-02-03
PASSING: 242
FAILING: 4851
TOTAL: 5093
2020-01-27
PASSING: 186
FAILING: 4907
TOTAL: 5093
2020-01-20
PASSING: 143
FAILING: 4950
TOTAL: 5093
Description
Languages
Rust
100%