Files
pbakaus_impeccable/crates
0603f54a27 bake: the universal selector adds nothing to the anchor
`:scope > *` and `:scope > *.card` describe the accepted element like any
other child compound, but `*` was carried into the merged selector and
produced `div.pricing-grid*`, which no browser matches. The universal
type is dropped on merge, so those rules land on the anchor itself.
Pinned in the rewrite tests.

Written with AI assistance (Claude).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-15 05:45:49 +05:00
..