implemented call and get-function

This commit is contained in:
ConnorSkees 2020-04-04 12:59:05 -04:00
parent 943299de74
commit bac1b2494a

View File

@ -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