feat(sveltekit): Added bare bones svelte setup

This commit is contained in:
Karl Ludwig Weise
2025-06-18 14:11:40 +02:00
parent 912966aa15
commit d4edbb82ce
26 changed files with 7043 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
@import 'tailwindcss';
@plugin '@tailwindcss/typography';