-
-
Notifications
You must be signed in to change notification settings - Fork 965
Closed
Labels
Description
UnoCSS version
66.5.0
Describe the bug
input:
.foo {
@apply space-y-6;
}correct (v66.4.2):
.foo>:not(:last-child) ……incorrect (v66.5.0):
.\-{:where(&>:not(:last-child)) ……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