Replies: 1 comment 2 replies
-
Hey! Can you share a minimal reproduction repo so we can take a look? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
4.1.12
For example: v4.0.6
What build tool (or framework if it abstracts the build tool) are you using?
Ionic 8 / Angular 20 (with SCSS mode) / postcss 8.5.6
What version of Node.js are you using?
v22.14.0
What browser are you using?
Chrome, Safari (mobile & desktop)
What operating system are you using?
macOS
Describe your issue
Tailwind handle classes in src/app/tabs folder but don't for src/app/pages/auth/auth-login.
If you stop dev server and remove angular cache, tailwind will fetch new classes on next server start but not in runtime
Beta Was this translation helpful? Give feedback.
All reactions