Tailwind CSS not working in StackBlitz #79051
Answered
by
icyJoseph
binarybehemoth
asked this question in
Help
-
SummaryPlease take a look at this snippet. What should I do to make it work? Additional informationNo response Examplehttps://stackblitz.com/edit/webcodingcenter-nextjs-tailwind?file=app%2Flayout.tsx,app%2Fglobals.css |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
May 11, 2025
Replies: 1 comment 2 replies
-
Hi, Please change your module.exports = {
plugins: {
autoprefixer: {},
'@tailwindcss/postcss': {},
},
}; That is, remove the: - tailwindcss: {}, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
binarybehemoth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Please change your
postcss.config.js
file, to something like:That is, remove the:
- tailwindcss: {},