Revert back to has any sibling

This commit is contained in:
Lea Verou
2024-12-17 18:41:46 -05:00
parent af3b83318b
commit be752371a6

View File

@@ -89,7 +89,7 @@ video,
wa-callout,
wa-code-demo,
wa-viewport-demo {
&:where(:not(.wa-off, .wa-off-deep *)):has(+ &) {
&:where(:not(.wa-off, .wa-off-deep *)):has(+ *) {
margin: 0 0 var(--wa-space-xl) 0;
}
}