Skip to content

Differentiation of groups seems not to work with not-. #19253

@emilecourthoud

Description

@emilecourthoud
  • Tailwind v4.1.1
  • Next.js 15.3.1
  • Chrome
  • macOS

Issue

The differentiation of groups (see docs) does not seem to work with not-.

<div className="group/item">
    <div className="group-hover/item:bg-red-500">{ /* group works */ }
    <div className="not-group-hover/item:bg-red-500">{ /* not-group with differentiation does not work */ }
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions