Files
vscode/.github/instructions
Ben VillalobosandGitHub 2b8fc296f2 Add best practice: avoid body:has() workbench-wide selectors (#325400)
Add best practice: never anchor :has() on body or a workbench-wide root

A body:has() selector forces the style engine to re-evaluate against the whole
document on nearly every DOM mutation, degrading workbench interaction perf even
in builds where the feature is disabled. Document the class-on-container
alternative under the Styling best practices.
2026-07-10 18:39:22 -07:00
..
2026-06-24 19:51:11 +02:00