Skip to content

Conflicts not always showing in v4 projects #1047

Closed
@thecrypticace

Description

@thecrypticace

See tailwindlabs/tailwindcss#14361

I've been able to reproduce this myself under certain conditions as well:

/* app.css */

@import "tailwindcss";

@theme {
  --width-8xl: 90rem;
  --color-neon-pink: oklch(71.7% 0.25 360);
}
<div class="foo max-w-7xl max-w-8xl hover:underline">testing</div>
<div class="max-w-6xl max-w-7xl max-w-8xl">testing</div>
<div class="line-through underline">testing</div>
<div class="p-4 p-12">testing</div>

The first class list does not report conflicts

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions