Subooru-Web/src/Tailwindcss.svelte

8 lines
137 B
Svelte
Raw Normal View History

2021-07-05 03:03:21 -04:00
<style global>
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
svg { @apply inline; }
}
</style>