-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
needs reproNeed a repository that can reproduce the problemNeed a repository that can reproduce the problem
Description
This results in the following ESLint output, highlighting the space between :has(div) and .test:
6:10 warning The selector ` ` is unused in the template vue-scoped-css/require-selector-used-inside
This is nonsensical, because is not a selector. If this is supposed to give a warning, the warning message is unclear. Notably, this warning goes away when wrapping the div in another element, which is not consistent with the behavior of the CSS: the selector is used with or without a wrapping element.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproNeed a repository that can reproduce the problemNeed a repository that can reproduce the problem