You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it comes from the html5ever parser that adds html, head & body elements to the tree if they are missing, then they get serialized later on. What we can do on the css-inline side is to provide a way to configure the serialization step, so it can skip tags in a more flexible manner, or just give a config option for skipping html / head / body
my code:
current output:
expect output:
The text was updated successfully, but these errors were encountered: