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?
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?