Replies: 1 comment
-
The For the utility classes not being generated, I was unable to debug due to errors when running
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team, I'm not sure if this is a bug or not, so I'm posting here before opening an issue.
Issues
grid
) are not working in dev mode (npm run dev
), but work fine in production (npm run preview
).:not(#\#)
pseudo-classes (see image below).Repro Steps
tailwindcss-v4
branch.env
file:cp .env.example .env
npm install
npm run dev
.foo:not(#\#):not(#\#)
being generatedgrid
,w-screen
,... classes are present in the HTML but have no CSS generatedEnvironment
Question
Is this a known issue or a misconfiguration on my side? Should I open a bug report? Any guidance would be much appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions