Skip to content

@utility won't generate some class names #17960

Closed
@sn3h

Description

@sn3h

What version of Tailwind CSS are you using?
4.1.6

What build tool (or framework if it abstracts the build tool) are you using?
@tailwindcss/vite 4.1.6

What version of Node.js are you using?
Deno

@Utility accent-muted {
@apply
}

@Utility accent_muted {
@apply
}

@Utility header-1 {
@apply
}

will get generated, but

@Utility header_1 {
@apply
}

seems won't get generated.

Any reason for that?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions