Fix flash of unstyled content issue
The style reset also resets the CSS import so we need to duplicate it.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
<script>
|
||||||
|
import "../../../app.css";
|
||||||
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col items-center justify-center">
|
<div class="flex flex-col items-center justify-center">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user