Marianna Bezler
Results
2
issues of
Marianna Bezler
The test case that is failing currently is `.foo{font-weight:300;@charset "UTF-8"}.bar{width:100vw;}`. Expected result: .foo{font-weight:300;@charset "UTF-8";}.bar{width:100vw;}
The Parse is unable to gracefully recover css with incomplete @ rule. I'm getting an error on parsing css from the user input: TypeError: Cannot read property 'start' of null...