vscode-html-css
vscode-html-css copied to clipboard
Property Tag is not supported
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