microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
316 stars 176 forks source link

Support `@starting-style` #403

Open nikeee opened 1 month ago

nikeee commented 1 month ago

Using the relatively new @starting-style yields a warning:

image

Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/@starting-style

Spec: https://drafts.csswg.org/css-transitions-2/#defining-before-change-style-the-starting-style-rule

CanIUse: https://caniuse.com/mdn-css_at-rules_starting-style (every major browser supports it)