Mention official test suite in readme

This commit is contained in:
ConnorSkees 2020-01-20 12:42:06 -05:00
parent 98d7c08af8
commit c0e82ba0a8

View File

@ -2,6 +2,22 @@
An implementation of the SASS spec in rust with 0 dependencies An implementation of the SASS spec in rust with 0 dependencies
To run the official test suite,
```bash
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'
```
2020-01-20
PASSING: 143
FAILING: 4950
TOTAL: 5093
## Features ## Features
`grass` is far from being feature complete! Below you can see what SCSS features are currently supported. `grass` is far from being feature complete! Below you can see what SCSS features are currently supported.