From 549d96ac0d81c5d04f42a75de77b2bb620ff4800 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Tue, 16 Jun 2020 20:33:09 -0400 Subject: [PATCH] update newly passing tests in readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54e1d8f..b90f390 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ for this version will be provided when the library becomes more stable. The large features remaining are ``` -builtin functions content-exists, min, max +builtin functions min, max @extend (~600 tests) indented syntax (27 tests) css imports @@ -39,7 +39,6 @@ css imports @forward (~400 tests) @keyframes (~30 tests) @supports (~128 tests) -@each inside @function ``` ## Features @@ -74,6 +73,13 @@ cargo b --release These numbers come from a default run of the sass specification as shown above. +``` +2020-06-16 +PASSING: 2489 +FAILING: 2604 +TOTAL: 5093 +``` + ``` 2020-06-07 PASSING: 2442