-
Notifications
You must be signed in to change notification settings - Fork 4.6k
The update with Angular 19 fails #15887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Perhaps you need to use the |
It is very strange because it works sometimes and sometimes not. |
Hey! It seems like you're using See #15778 for more infos. Thanks! |
It is not the main problem. ANGULAR 19 and TAILWINCSS 4 fail together ABSOLUTELY. |
I use Tailwindcss for a long time and I never had problem with @apply. |
@rudyhadoux Tailwind CSS v4 is not supported by the Angular CLI yet. It works if you do
|
OK thanks, I am going to try with @reference "tailwindcss"; |
With Angular there is no use of <style></style>. |
If I set @reference "tailwindcss", it fails too... Application bundle generation failed. [4.415 seconds] ✘ [ERROR] Cannot apply unknown utility class: bg-opacity-50 [plugin angular-sass]
|
@rudyhadoux |
=> It seems that class does not exist any more indeed. |
I don't use @theme. I use in styles.scss And Maybe @philipp-spiess can help you... |
@philipp-spiess it seems that Tailwind CSS IntelliSense does not work with v4 ? |
I upgrade to v4 but a lot of errors like this
✘ [ERROR] Cannot apply unknown utility class: py-0.5 [plugin angular-sass]
The text was updated successfully, but these errors were encountered: