[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.
-
after that
![Xnip2024-11-22_11-41-25](https://private-user-images.githubusercontent.com/3973419/388791345-15c34539-cb57-4429-97e3-2f90f4f369f4.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3Njk3NTYsIm5iZiI6MTczOTc2OTQ1NiwicGF0aCI6Ii8zOTczNDE5LzM4ODc5MTM0NS0xNWMzNDUzOS1jYjU3LTQ0MjktOTdlMy0yZjkwZjRmMzY5ZjQuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMDUxNzM2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmQwYjMzNzY5ZmU4MmI4YWE2YTZhMTY2ZTdmMzNmYjYwZDkwNWQ0ZDk0MzgxOTYxNzU0NjRiYzg1ZjhiMDA2MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.uqsq21gP-gVOaTztXBKCN-ONXxebi4-ZF6DvPkq-Zpo)
<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