Skip to content

Handling escape symbols #93

@ai

Description

@ai

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions