Skip to content

Instantly share code, notes, and snippets.

@silentworks
Forked from anonymous/App.html
Last active July 8, 2017 10:06
Show Gist options
  • Save silentworks/b314a3402e0445c2b1d88b9e57fca8cc to your computer and use it in GitHub Desktop.
Save silentworks/b314a3402e0445c2b1d88b9e57fca8cc to your computer and use it in GitHub Desktop.
Svelte component
<div class='foo'>
Big red Comic Sans
</div>
<style>
.foo {
color: blue;
font-size: 2em;
font-family: 'Comic Sans MS';
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment