This commit is contained in:
zyronon
2024-05-16 11:21:12 +08:00
parent d119f1c56f
commit 33fe1a33c0
12 changed files with 3934 additions and 4088 deletions

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}