This commit is contained in:
2025-12-27 20:40:18 +08:00
parent cf815f06fd
commit ee5dfe064d
6 changed files with 1117 additions and 110 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
"./app/components/**/*.vue",
"./app/pages/**/*.vue",
"./app/layouts/**/*.vue",
"./content/**/*.{md,html}",
],
theme: {
extend: {
@@ -36,5 +37,5 @@ module.exports = {
},
},
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],
layers: ["base", "components", "utilities"],
// layers: ["base", "components", "utilities"],
};