Hansjv
Results
1
issues of
Hansjv
### Issue CSS: ```css .foo { color: var(--color-red); } ``` Visitor: ```js { StyleSheet(stylesheet) { return stylesheet; } } ``` ### Expected ``` .foo{color:var(--color-red)} ``` ### Current behaviour `/* ERROR:...