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:
Ryan Gossiaux
2022-03-02 00:13:28 -08:00
parent 7fc9629975
commit 229f81c462

View File

@@ -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>