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

9
tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [require('daisyui'),],
}