Replies: 1 comment
-
Just use a suggested new separated PostCSS plugin of TailwindCSS. Related: https://tailwindcss.com/docs/installation/framework-guides/angular |
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.
-
Hi
I am struggling to get Tailwind 4.1 to work with Angular 20.0.2.
Has anyone been succesful at this and could share steps?
I continually get the following:
Error: It looks like you're trying to use
tailwindcss
directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install@tailwindcss/postcss
and update your PostCSS configuration.I have installed postcss but somehow this does not seem to work with angular.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions