feat: 预定义主题

This commit is contained in:
bietiaop
2025-02-09 11:58:46 +08:00
parent 2c7b0625e8
commit 9f78e1ce1e
6 changed files with 311 additions and 170 deletions

View File

@@ -9,6 +9,12 @@ export default {
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}'
],
safelist: [
{
pattern:
/bg-(primary|secondary|success|danger|warning)-(50|100|200|300|400|500|600|700|800|900)/
}
],
theme: {
extend: {}
},