Can't get v4 to work with PostCSS #15476
Unanswered
stevengunneweg
asked this question in
Help
Replies: 1 comment
-
You need This is how my
|
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
-
I'm trying to use Tailwind V4 in combination with PostCSS with Angular but have no luck getting it to work.
I created a brand new Angular project with the cli and tried both of the following with no luck
I also tried other things I encountered in issues
base
property in postcss.config.js@source
to my style.cssWhen I run the Tailwind CLI I do see correctly compiled css (
npx @tailwindcss/cli -i src/styles.css -o dist/output.css
).It seems that PostCSS is not triggered with the
@tailwindcss/postcss
dependency and thus does not compile the css with Tailwind.Reproduction
Did anyone else experience this or perhaps an idea how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions