Closed
Description
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
}
will get generated, but
seems won't get generated.
Any reason for that?