File size: 156 Bytes
5bb150a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<h1 class="text-3xl font-bold underline">Hello world!</h1>

<style lang="postcss">
	:global(html) {
		background-color: theme(colors.gray.100);
	}
</style>