From 39d439b2c272bb0a8f083ba77401184661e617c9 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 20 Jun 2020 16:09:02 -0400 Subject: [PATCH] update newly passing tests from `@supports` MVP --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64c58c1..25f31c7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ indented syntax (27 tests) css imports @use, @forward, and the module system (~1000 tests) @keyframes (~30 tests) -@supports (~100 tests) ``` ## Features @@ -73,8 +72,8 @@ These numbers come from a default run of the Sass specification as shown above. ``` 2020-06-20 -PASSING: 2750 -FAILING: 2343 +PASSING: 2752 +FAILING: 2341 TOTAL: 5093 ```