svelte-tailwind-jit-starter/src/App.svelte

10 lines
225 B
Svelte

<main class="bg-gray-800 text-gray-50 w-screen h-screen">
<h1 class="text-2xl">Svelte + Tailwind JIT starter</h1>
</main>
<style global lang="postcss">
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>