update passing tests
This commit is contained in:
parent
ae77325ad0
commit
e7fc6815c1
@ -2,6 +2,9 @@
|
||||
|
||||
- implement builtin functions `min` and `max`
|
||||
- bugfixes for `@extend` and `selector-unify`
|
||||
- allow `@content` to take arguments
|
||||
- various optimizations, improving performance by around 10% (and resolving performance regressions due to `@extend`)
|
||||
- bugfixes for `@media`
|
||||
|
||||
# 0.9.1
|
||||
|
||||
|
@ -73,6 +73,14 @@ cargo b --release
|
||||
```
|
||||
|
||||
These numbers come from a default run of the Sass specification as shown above.
|
||||
|
||||
```
|
||||
2020-07-02
|
||||
PASSING: 2840
|
||||
FAILING: 2253
|
||||
TOTAL: 5093
|
||||
```
|
||||
|
||||
```
|
||||
2020-06-28
|
||||
PASSING: 2821
|
||||
@ -80,7 +88,6 @@ FAILING: 2272
|
||||
TOTAL: 5093
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
2020-06-23
|
||||
PASSING: 2800
|
||||
|
@ -1,11 +1,11 @@
|
||||
/*! # grass
|
||||
An implementation of the Sass specification in pure rust.
|
||||
|
||||
Spec progress as of 2020-06-22:
|
||||
Spec progress as of 2020-07-02:
|
||||
|
||||
| Passing | Failing | Total |
|
||||
|---------|---------|-------|
|
||||
| 2755 | 2338 | 5093 |
|
||||
| 2840 | 2253 | 5093 |
|
||||
|
||||
## Use as library
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user