#styles gets nested into the body tag when saving
4 messages · Page 1 of 1 (latest)
I have had this happen to me a few times, I think this happens when something is not formatted correctly like an element in your html that doesn't have a / in the closing tag: <div><div>
Oh, I will take a look. The weird thing is that it happens as early as I add a Astro component in the head section. It's weird that I forgot to add the self closing slash.
No, it is definitely not a unclosed tag