tht13 / html-preview-vscode

A HTML previewer for Visual Studio Code
MIT License
44 stars 22 forks source link

Preview - Style #13

Closed byman64 closed 5 years ago

byman64 commented 7 years ago

Who is doing the render of html pages.---just to know the level of compatibility.

I noted some not stadard stuff. For example h1 tag is not standard, I mean size, font-family Same for buttons It's as if the preview applies a style sheet. I would like vanilla stuff if possible.

<h1>This is sample title</h1>

Preview show a different style compared to other browsers: chrome, edge and FF ...

Please let me know if I can reset something.

thanks

tht13 commented 5 years ago

All extension applied style settings have been removed in v0.2.4 which should provide a vanilla environment. I will close this issue now, please let me know if you still have a problem and I will re-open.