update passing tests and changelog
This commit is contained in:
parent
0f590b5cd2
commit
0c91fc323b
@ -3,8 +3,12 @@
|
||||
- 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 `@content`, for example chained mixins
|
||||
- better support queries in `@media`
|
||||
- bugfixes for `@media`
|
||||
- add support for splats, e.g. `rgba([1, 2, 3, 4]...)`
|
||||
- resolve a number of parsing bugs for `@for`, variable declarations, selectors, and maps
|
||||
- various optimizations, improving performance by around 10% (and resolving performance regressions due to `@extend`)
|
||||
|
||||
# 0.9.1
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
/*! # grass
|
||||
An implementation of the Sass specification in pure rust.
|
||||
|
||||
Spec progress as of 2020-07-02:
|
||||
Spec progress as of 2020-07-03:
|
||||
|
||||
| Passing | Failing | Total |
|
||||
|---------|---------|-------|
|
||||
| 2840 | 2253 | 5093 |
|
||||
| 2862 | 2231 | 5093 |
|
||||
|
||||
## Use as library
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user