Skip to content

Commit 8b97a44

Browse files
authored
Update +layout.svelte
1 parent 6777d0c commit 8b97a44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/routes/+layout.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<script lang="ts">
22
// The ordering of these imports is critical to your app working properly
3-
// import '@skeletonlabs/skeleton/themes/theme-skeleton.css';
4-
import '$lib/css/themes/theme-bexis2.css';
5-
// If you have source.organizeImports set to true in VSCode, then it will auto change this ordering
6-
import '@skeletonlabs/skeleton/styles/all.css';
7-
// Most of your app wide CSS should be put in this file
8-
import '../app.postcss';
93
// For the floating UI elements such as column filters
104
import { computePosition, autoUpdate, offset, shift, flip, arrow } from '@floating-ui/dom';
115
import { storePopup } from '@skeletonlabs/skeleton';
@@ -16,7 +10,13 @@
1610
import { storeHighlightJs } from '@skeletonlabs/skeleton';
1711
import { AppShell, TableOfContents } from '@skeletonlabs/skeleton';
1812
import Navigation from '$docs/Navigation.svelte';
19-
13+
// import '@skeletonlabs/skeleton/themes/theme-skeleton.css';
14+
import '$lib/css/themes/theme-bexis2.css';
15+
// If you have source.organizeImports set to true in VSCode, then it will auto change this ordering
16+
import '@skeletonlabs/skeleton/styles/all.css';
17+
// Most of your app wide CSS should be put in this file
18+
import '../app.postcss';
19+
2020
// Config for the floating UI elements
2121
storePopup.set({ computePosition, autoUpdate, offset, shift, flip, arrow });
2222
// Config for the syntax highlighting

0 commit comments

Comments
 (0)