You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#190e9dc06f Thanks @tenphi! - Stop re-attempting (and re-warning about) @property injections in engines that don't support them (e.g. jsdom, happy-dom). Failed @property attempts are now cached per registry so each property name is tried at most once, and the [tasty] Browser rejected CSS rule: dev warning is suppressed for @property only when a one-shot per-registry feature probe confirms the engine lacks @property support. Warnings still fire for genuinely invalid @property definitions in engines that do support the feature.