Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Trying to get TailwindCSS working with Next13 - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
โข
4y ago
โข
41 replies
Ben
Trying to get TailwindCSS working with Next13
So I am trying to get TailwindCSS working with NextJS 13
. I
've tried following all the steps from the docs
(
https://tailwindcss.com/docs/guides/nextjs
)
, still no dice
.
Also tried following this SO thread
(
https://stackoverflow.com/questions/74259178/how-can-i-apply-tailwind-css-in-app-folder-in-next-13
) including moving global
.css file from
.
/app to
.
/styles
.
And then even tho it
's not mentioned in the docs
, I
'm running
npx tailwindcss -i ./styles/globals.css -o ./dist/output.css --watch
npx tailwindcss -i ./styles/globals.css -o ./dist/output.css --watch
since that seems like it might need to happen given some other docs I
've read
.
Any idea what could be going wrong
?
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Prettier TailwindCSS not working with Next?
TTC
Theo's Typesafe Cult / questions
3y ago
How to get TailwindCSS config with correct type?
TTC
Theo's Typesafe Cult / questions
4y ago
nextra with tailwindcss
TTC
Theo's Typesafe Cult / questions
3y ago