From e56228d347d3ad8b217c6eac496610078463b8a4 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 30 Mar 2020 03:18:27 -0400 Subject: [PATCH] 2020-03-30 tests --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5f799..56a57a6 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,19 @@ all builtin map functions indented syntax dedicated global scope a special parser for plain css +@at-root @use and module system @forward ``` -in addition to some smaller features like `\` in selectors +``` +2020-03-30 +PASSING: 1608 +FAILING: 3485 +TOTAL: 5093 +``` + ``` 2020-03-23 PASSING: 1547