vscode-html-css icon indicating copy to clipboard operation
vscode-html-css copied to clipboard

Property Tag is not supported

Open fschatbot opened this issue 2 years ago • 0 comments

Context: https://developer.mozilla.org/en-US/docs/Web/CSS/@property

Putting in sometime as simple as

@property --color {
	syntax: "<color>";
	inherits: false;
	initial-value: #000;
}

makes the coloring go haywire and throw lots and lots of errors

fschatbot avatar Mar 06 '22 08:03 fschatbot