Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 2, 2020 17:36
Show Gist options
  • Save skflowne/7d24b1f8537e5c563408564ab4f25ba6 to your computer and use it in GitHub Desktop.
Save skflowne/7d24b1f8537e5c563408564ab4f25ba6 to your computer and use it in GitHub Desktop.
<script lang="ts">
import Tailwind from "./Tailwind.svelte"
</script>
<style lang="scss">
main {
h1 {
font-size: 22rem;
}
}
</style>
<Tailwind />
<main>
<h1 class="text-red-400">The rest of our app will be here</h1>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment