Skip to content

[css] support unicode-range wildcard #142516

@marknn3

Description

@marknn3

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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylinghelp wantedIssues identified as good community contribution opportunitiesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions