newbie here, accidentally broke my tailwind
Answered
Masai Lion posted this in #help-forum
Masai LionOP
I was messing around with my project and changed the
postcss.config.js file to postcss.config.ts. This broke my tailwind, so I changed it back to postcss.config.js. But my tailwind is STILL broken and I haven't managed to change it back 😠I tried re-running the project, re-building it, no dice. Any explanation? I'm very confused.13 Replies
Masai LionOP
nope
all CSS using tailwind just silently fails
init tailwind again?
Masai LionOP
still nothing
undo tailwind instructions
and then do it again
Answer
like removing tailwind from global css file
and deleting tailwind.config.js
and postcss
etc
Dwarf Crocodile
As @averydelusionalperson said, try to reset your tailwind configuration, re-run the dev server and check