#6 add tailwindcss

This commit is contained in:
2024-07-26 21:19:25 +02:00
parent 59eb295c2c
commit 19ee1edeaa
6 changed files with 976 additions and 5 deletions

9
view/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: [],
}