bugcss-less-scsshelp wanted
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (Avg merge 11h 43m) (1,000 merged PRs in 30d)
Description
Type: Bug
Set language to CSS.
Put this code:
article:has(.alert) {
color: crimson;
}
Hover over article:has(.alert).
This dialog shows a wrong HTML example:
<article :has>
Instead, it could be:
<article>
<div class="alert"></div>
</article>
VS Code version: Code 1.80.1 (74f6148eb9ea00507ec113ec51c489d6ffb4b771, 2023-07-12T17:20:58.115Z) OS version: Darwin arm64 21.6.0 Modes: Restricted