Replies: 1 comment 3 replies
-
Hey! It sounds to me like your CSS is being loaded in an unusual way. Are you using the Tailwind CDN build by any chance? Or doing something that causes the CSS to be loaded after the initial document is loaded, and not as a render blocking resource? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similarly to this issue, I have my icon being huge and black (so without the styles i guess) at first render, then afterwards it takes the size and the color I gave it (with tailwind classes).
Example code:
Not sure if this happens only in dev mode but didn't found anyone mentioning it for heroicons so still wanted to create this.
Beta Was this translation helpful? Give feedback.
All reactions