Tailwind CSS Intellisense VSCode Extension Not Working with Angular 20 #19015
Unanswered
warrendodsworth
asked this question in
Help
Replies: 1 comment
-
I see in the logs you helpfully provided, it mentions a
Note in the documentation you linked, for step 4, it says to:
Notice how it says to add it to a |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Seeing Can't Find Project in VSCode Output panel
Followed the guide to add tailwind to an Angular project.
Tailwind CSS Intellisense works in Angular 19 until a .postcssrc.json file is added to the project root.
Guide: https://tailwindcss.com/docs/installation/framework-guides/angular
Potential issue: Angular 20 requires using
@use 'tailwindcss' as '*';
Output from VSCode Tailwind CSS Intellisense Extension.
How to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions