diff --git a/README.md b/README.md index 85c1fe3..15af5e7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ The large features remaining are indented syntax css imports @use, @forward, and the module system -@keyframes ``` This is in addition to dozens of smaller features, edge cases, and miscompilations. @@ -76,8 +75,8 @@ These numbers come from a default run of the Sass specification as shown above. ``` 2020-07-04 -PASSING: 2874 -FAILING: 2219 +PASSING: 2880 +FAILING: 2213 TOTAL: 5093 ``` diff --git a/src/lib.rs b/src/lib.rs index 828c187..30270f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ Spec progress as of 2020-07-04: | Passing | Failing | Total | |---------|---------|-------| -| 2874 | 2219 | 5093 | +| 2880 | 2213 | 5093 | ## Use as library ```