aboutsummaryrefslogtreecommitdiff
path: root/src/App.svelte
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-07-21 07:22:36 -0400
committerFurkan Sahin <furkan-dev@proton.me>2022-07-21 07:22:36 -0400
commit59067695f934184c7e6efaa4fc89fbde2f27a7cb (patch)
treeaa0673196256ec61544b6acbc3471a81516b5f20 /src/App.svelte
parentb3fdc004706a1501b32372747abc1f4f4b7dd367 (diff)
initial migration, app runs
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.svelte b/src/App.svelte
index a9084c4..45defe1 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -5,7 +5,7 @@
<Sidebar />
-<style global>
+<style global lang="postcss">
@tailwind base;
@tailwind components;
@tailwind utilities;