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 order of operations
special case certain functions (min, max, calc, element, expression, progid, url) special case certain functions (min, max, calc, element, expression, progid, url)
all builtin selector functions all builtin selector functions
content-exists, call, get-function, unique-id, random, min, min content-exists, unique-id, random, min, min
@extend @extend
indented syntax indented syntax
a special parser for plain css a special parser for plain css
@ -27,6 +27,13 @@ a special parser for plain css
@forward @forward
``` ```
```
2020-04-04
PASSING: 1825
FAILING: 3268
TOTAL: 5093
```
``` ```
2020-04-01 2020-04-01
PASSING: 1711 PASSING: 1711