[v4 beta][angular]Update to v4-beta, then tailwindcss not work #15079
Replies: 3 comments 2 replies
-
Hey! Is it possible that Angular runs the Tailwind compiler with an unexpected current working directory? 🤔 You can try to customize the source paths in your CSS file: https://tailwindcss.com/docs/v4-beta#configuring-source-detection @import "tailwindcss" source("."); |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Did this ever get resolved? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
after that

<h1 class="bg-green-500 underline">hello, world</h1>
code not show with green background and underlinemy code is:https://github.com/JavaProgrammerLB/cssPractiseV2/
I update tailwindcss from v3 to v4-beta in this commit
Beta Was this translation helpful? Give feedback.
All reactions