Created
August 2, 2020 17:36
-
-
Save skflowne/7d24b1f8537e5c563408564ab4f25ba6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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