Spaces:
Runtime error
Runtime error
<div class="px-3 py-3"> | |
<h1 class="text-3xl font-bold underline dark:text-white">Hello Svelte!</h1> | |
</div> | |
<style lang="postcss"> | |
:global(html) { | |
@apply dark:bg-gray-900; | |
} | |
</style> | |