Updated npm and installed daisyUI and tailwind

This commit is contained in:
BOTAlex 2024-10-09 11:32:22 +02:00
parent ac789d8a40
commit 04202dd936
6 changed files with 1404 additions and 234 deletions

View file

@ -1,5 +1,7 @@
<!-- If url contains "hideOnPrint" param, then detect if start printing then hide elements -->
<script lang="ts">
import "$lib/app.css";
import { fly } from 'svelte/transition';
import MediaQuery from 'svelte-media-queries';
export let hideOnPrint: boolean;