This commit is contained in:
Kar
2024-10-04 21:42:20 +05:30
commit 2f778b8800
21 changed files with 3740 additions and 0 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: [],
}