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
Thanks — fixed in #1314. You should be aware though that as of v2, capitalised tags will be assumed to be components rather than elements, so <H1>...</H1> would be an error.
If you put this in REPL:
You'll see one of the H1s is styled the other is not. Element names are not case sensitive in CSS, so both elements should be styled.
See this codepen for non-svelte HTML result:
https://codepen.io/teleclimber/pen/GxmvGJ
Thanks!
The text was updated successfully, but these errors were encountered: