radames's picture
Duplicate from radames/sveltekit-tailwindcss-docker
5bb150a
raw
history blame
156 Bytes
<h1 class="text-3xl font-bold underline">Hello world!</h1>
<style lang="postcss">
:global(html) {
background-color: theme(colors.gray.100);
}
</style>