7 lines
106 B
Svelte
7 lines
106 B
Svelte
<style global>
|
|
/*! @import */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
</style>
|