Skip to content

Wrong output to escaped character #108

@alexander-akait

Description

@alexander-akait

Input:

.class { content: "\F10C" }

Output:

.class { content: "\F10C" }

Seems works fine.

But wrong with lowercase.
Input:

.class { content: "\f10C" }

Output:

.class { content: "\F10C" }

I do not think it's true to change case of escaped character.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions