8 lines
137 B
Svelte
8 lines
137 B
Svelte
|
<style global>
|
||
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
@layer base {
|
||
|
svg { @apply inline; }
|
||
|
}
|
||
|
</style>
|