-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
microsoft/vscode-css-languageservice
#264Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylinghelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: any
- OS Version: any
Steps to Reproduce:
VS Code incorrectly flags css unicode-range wildcards as syntax error. A red squiggle will appear on the unicode-range line and on the closing bracket.
Example:
@font-face {
font-family: 'MyWebFont';
src: url('myfont.woff') format('woff');
unicode-range: U+00??; /* wildcard range */
}This issue was opened before as #54889 but then closed due to lack of information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylinghelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded