-
My dockerfile build have started failing ever since 4.0.8 to @tailwindcss/vite package and I am not sure what is causing it. Docker logs below :
The build works fine when the @tailwindcss/vite package is 4.0.7 or lower Current installed deps
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I enabled debug logs in vite and set
If anyone has any clue, why this is happening. Please let me know. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and found solution in this: dfinity/oisy-wallet#4831 With TailwindCSS 4 you have to do |
Beta Was this translation helpful? Give feedback.
I had the same issue and found solution in this: dfinity/oisy-wallet#4831
With TailwindCSS 4 you have to do
@import "tailwindcss" source("../");
withsource(
part according to your project structure.