Files
ThinkFlowAI/tailwind.config.js
liuziting 52b059fe1e init
2026-01-21 15:33:08 +08:00

16 lines
264 B
JavaScript

export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
'ny-red': '#C41E3A', // New Year Red
'ny-gold': '#FFD700', // New Year Gold
},
},
},
plugins: [],
}