fix(linter): add support for active-view-transition pseudo-class#8787
fix(linter): add support for active-view-transition pseudo-class#8787ematipico merged 2 commits intobiomejs:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 4f67af2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughAdds support for the Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Naoki Ikeguchi <me@s6n.jp>
Merging this PR will not alter performance
Comparing Footnotes
|
Summary
Adds
:active-view-transitionto the list of known CSS pseudo-classes in thenoUnknownPseudoClassrule, which is part of the View Transitions API.Fixes #8777
Test Plan
crates\biome_css_analyze\tests\specs\correctness\noUnknownPseudoClass\valid.css.cargo test -p biome_css_analyze.Docs
No documentation updated.