Skip to content

Instantly share code, notes, and snippets.

Created July 8, 2017 09:52
Show Gist options
  • Save anonymous/92ea03b5575a83274f547216c52ee20d to your computer and use it in GitHub Desktop.
Save anonymous/92ea03b5575a83274f547216c52ee20d to your computer and use it in GitHub Desktop.
Svelte component
<div class='foo'>
Big red Comic Sans
</div>
<style>
.foo {
color: red;
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