mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 01:56:37 +03:00
`: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>