-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
@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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers