-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Seems like we forget to add escape symbols support.
Here is an example: fo\a o
should be parsed as a single token.
Here is a good description of escape symbols in CSS.
Tell me if you need anything from PostCSS core for this issue.
How Do We Reproduce?
Here is an example: fo\a o
should be parsed as a single token.
Expected Behavior
Should be parsed as a single token.
Actual Behavior
Parses as multiple tokens.
shellscape