-
When calling TanStack Start's server function on the client the page reloads if tailwind is being used. This even happens when tailwind is begin used through postcss. The only fix I found for this problem is to use tailwind via Here is video Screencast.From.2025-06-05.16-32-32.mp4can someone explain why this is happening |
Beta Was this translation helpful? Give feedback.
Answered by
m4saurabh
Jun 5, 2025
Replies: 1 comment
-
Fixed it, the count expample was the problem, if // styles.css
@import "tailwindcss";
@source not "../count.txt"; or
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m4saurabh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed it, the count expample was the problem, if
count.txt
is ignored by tailwind it works as intended.or