From b52af759f2c8f9532fc9e6579da9f15478a6c8b7 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 5 Apr 2020 12:55:39 -0400 Subject: [PATCH] add number of related tests to missing features --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38a95e4..e9cbf3d 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ The large features remaining are ``` order of operations special case certain functions (min, max, calc, element, expression, progid, url) -all builtin selector functions +all builtin selector functions (274 tests) content-exists, unique-id, random, min, min -@extend -indented syntax +@extend (~600 tests) +indented syntax (27 tests) a special parser for plain css -@at-root -@use and module system -@forward +@at-root (~150 tests) +@use and module system (~1200 tests) +@forward (~400 tests) +@keyframes (~30 test) ``` ```