-
-
Notifications
You must be signed in to change notification settings - Fork 967
Closed
Description
UnoCSS version
66.6.0
Describe the bug
Variant group is useful if I use other variant like hover:
<div un-bg="hover:(gray-300 dark:gray-700)" />
But child selector is useless:
<div un-flex="*:(~ gap-x-2)" />
I change it into this is OK:
<div un-flex="*:~ *:gap-x-2" />
Reproduction
System Info
No response
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels