CSS Bracket colorization error when } is inside of url
Open
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
.special-chars {
content: "semicolon ; and brace }";
background: url('image;file}.png');
--custom: calc(100% - 20px);
}
this css is displayed wrong in vscode (the } inside of url closes the rule bracket)
see:
see the bracket behind file is yellow
Contributor guide
Assessment
This issue has not been assessed yet.