Replies: 1 comment 2 replies
-
Is this with Preact-CLI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use tailwind with preact. Everything works well in dev.
In prod my breakpoint size classes cause the layout to flash on first page load/refresh.
Looks like anything in "lg:mt-2....." takes a few ms to be applied, causing weird CLS.
Anyone know how to fix this behavior?
Thanks <3
Beta Was this translation helpful? Give feedback.
All reactions