microsoft / vscode-css

CSS Textmate grammar for syntax highlighting
Other
17 stars 14 forks source link

background property incorrectly flagged as deprecated #21

Open alcpereira opened 1 year ago

alcpereira commented 1 year ago

In this case:

.myclass {
    transition-property: background;
}

the background is flagged deprecated by this case insensitive rule, while this is a valid grammar (MDN events cites it as an example for short-hands properties).

Screenshot

image