Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Tailwind classes doesn't work in dev mode #829

Open
danielvdm2000 opened this issue Jan 14, 2025 · 0 comments
Open

Some Tailwind classes doesn't work in dev mode #829

danielvdm2000 opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@danielvdm2000
Copy link
Contributor

Sometimes when adding new tailwind classes, the classes are not added to the output css file generated during dev mode.

Steps to reproduce:

  1. Open dataHeader.tsx replace md:g-block with md:g-inline
  2. Run npm run develop
  3. Open http://localhost:3000/occurrence/search and the Catalog title SHOULD NOT be visible beside the dropdown icon.
  4. Run npm run build
  5. Run npm run start
  6. Open http://localhost:3000/occurrence/search and the Catalog title SHOULD be visible beside the dropdown icon.
@danielvdm2000 danielvdm2000 added the bug Something isn't working label Jan 14, 2025
@danielvdm2000 danielvdm2000 changed the title Some Tailwind classes don't work in dev mode Some Tailwind classes doesn't work in dev mode Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant