2020-01-19 22:58:25 -05:00
|
|
|
# grass
|
|
|
|
|
2020-02-03 08:49:47 -05:00
|
|
|
An implementation of the SASS spec in pure Rust
|
2020-01-19 22:58:25 -05:00
|
|
|
|
2020-01-20 12:42:06 -05:00
|
|
|
To run the official test suite,
|
|
|
|
|
|
|
|
```bash
|
2020-02-15 11:47:19 -05:00
|
|
|
git clone https://github.com/connorskees/grass
|
2020-01-20 12:42:06 -05:00
|
|
|
cd grass
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
|
|
|
cargo b --release
|
|
|
|
./sass-spec/sass-spec.rb -c './target/release/grass'
|
|
|
|
```
|
|
|
|
|
2020-02-09 22:48:55 -05:00
|
|
|
The focus right now is just getting the most basic tests to pass.
|
|
|
|
|
2020-02-15 10:06:26 -05:00
|
|
|
```
|
|
|
|
2020-02-15
|
|
|
|
PASSING: 812
|
|
|
|
FAILING: 4281
|
|
|
|
TOTAL: 5093
|
|
|
|
```
|
|
|
|
|
2020-02-09 22:48:55 -05:00
|
|
|
```
|
|
|
|
2020-02-10
|
|
|
|
PASSING: 475
|
|
|
|
FAILING: 4618
|
|
|
|
TOTAL: 5093
|
|
|
|
```
|
|
|
|
|
2020-02-03 08:49:47 -05:00
|
|
|
```
|
|
|
|
2020-02-03
|
|
|
|
PASSING: 242
|
|
|
|
FAILING: 4851
|
2020-01-27 16:57:12 -05:00
|
|
|
TOTAL: 5093
|
2020-02-03 08:49:47 -05:00
|
|
|
```
|
2020-01-27 16:57:12 -05:00
|
|
|
|
2020-02-03 08:49:47 -05:00
|
|
|
```
|
|
|
|
2020-01-27
|
|
|
|
PASSING: 186
|
|
|
|
FAILING: 4907
|
|
|
|
TOTAL: 5093
|
|
|
|
```
|
2020-01-19 22:58:25 -05:00
|
|
|
|
2020-02-03 08:49:47 -05:00
|
|
|
```
|
|
|
|
2020-01-20
|
|
|
|
PASSING: 143
|
|
|
|
FAILING: 4950
|
|
|
|
TOTAL: 5093
|
|
|
|
```
|