Replies: 2 comments 1 reply
-
Tailwind isn't built to be used with Sass. As per the documentation:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I guess I ahve same issue. All was ok on v19, once I updated - each time I change something in cmp, I have to rerun app |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
4.1.8
What build tool (or framework if it abstracts the build tool) are you using?
Angular (VITE) "@angular/build:application",
What version of Node.js are you using?
20.19.2
What browser are you using?
Chrome (latest)
What operating system are you using?
MacOs
Reproduction URL
Describe your issue
Have an angular project going with tailwind. needed to add scss. now HMR will not work correctly for any imported styles sheets.
HMR works again if I comment out
@import "tailwindcss";
Reverting to css also makes HMR work again.
Bare-bones repo url attached. Two-branches...
I also crated the issue over on the angular repo
I will also be posting this in the angular issues forum as Im not sure who needs to look at this:
https://github.com/angular/angular/issues/61906
Beta Was this translation helpful? Give feedback.
All reactions