From bac1b2494a7e4852b40331f4396619575c9cb583 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 4 Apr 2020 12:59:05 -0400 Subject: [PATCH] implemented call and get-function --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f8262..38a95e4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The large features remaining are order of operations special case certain functions (min, max, calc, element, expression, progid, url) all builtin selector functions -content-exists, call, get-function, unique-id, random, min, min +content-exists, unique-id, random, min, min @extend indented syntax a special parser for plain css @@ -27,6 +27,13 @@ a special parser for plain css @forward ``` +``` +2020-04-04 +PASSING: 1825 +FAILING: 3268 +TOTAL: 5093 +``` + ``` 2020-04-01 PASSING: 1711