feat: ✨ 新增自定义样式
This commit is contained in:
parent
177086f4bf
commit
aca2606c03
|
|
@ -20,6 +20,7 @@ export default defineConfig({
|
|||
"flex-x-end": "flex items-center justify-end",
|
||||
"absolute-tl": "absolute top-0 left-0",
|
||||
"absolute-tr": "absolute top-0 right-0",
|
||||
"fixed-tl": "fixed top-0 left-0",
|
||||
},
|
||||
theme: {
|
||||
colors: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue