building my website using (nextjs/gatsby) create invalid html5 markup #2551
-
hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
AFAIK this might be configurable with Emotion cache provider, but the nature of SSR affects it. I'd advise to start slowly migrating your Theme UI projects to some utility CSS solution like Tailwind if SSR and Server Components are important for you. |
Beta Was this translation helpful? Give feedback.
-
Afaik while the HTML spec discourages the disparate style tags, I'm not aware that any major browsers have issues rendering them. If so, I'd love to know which ones! |
Beta Was this translation helpful? Give feedback.
AFAIK this might be configurable with Emotion cache provider, but the nature of SSR affects it.
I'd advise to start slowly migrating your Theme UI projects to some utility CSS solution like Tailwind if SSR and Server Components are important for you.