Open kyle-cyberprairie opened 2 months ago
Same issue for me with node v20.18
.
It looks like it's failing for a single quote inside a comment.
Example valid use case:
/* Fallback style when browser doesn't support... */
Minimal reproducible example:
Fails:
/* comment with ' char */
.focused {
color: blue;
}
Works:
/* comment with 'wrapped' chars */
.focused {
color: blue;
}
Temp workaround: remove the quote from the comment.
I have tried running the example input but it just outputs like below. Can someone tell me what I'm doing wrong?
Using node v16.20.2