-
I'm currently using @tailwindcss/postcss and trying to pass my Tailwind configuration file to the plugin. My code looks like this:
How can I properly include my tailwind.config.js file in this setup? Is there a specific way to load and pass the configuration to @tailwindcss/postcss? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Sep 24, 2025
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nieling1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tailwindcss/postcss
is for v4. So, to pass in configuration, it would be directives in the source CSS you pass in (like@theme
,@source
,@utility
, etc).