Skip to content

@layer names are unescaped in output #382

@romainmenke

Description

@romainmenke

playground

@layer one.two\20 three\#four\.five {
  one.two\20 three\#four\.five {
    background: \75 Rl(test.png);
  }
}

becomes :

@layer one.two three#four.five {
  one.two\ three\#four\.five {
    background: url("http://example.com/test.png");
  }
}

The selector escaping is handled correctly but the @layer name is not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions