This commit is contained in:
jxxghp
2025-05-08 19:48:35 +08:00
parent ac0cbbdb95
commit 22a51a524e
6 changed files with 6 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
important: true,
theme: {
extend: {},
},