Skip to content

Commit 81d395c

Browse files
committed
format
1 parent ffbf6b8 commit 81d395c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

packages/ui-solid/tailwind.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,16 @@ module.exports = {
9090
keyframes: {
9191
"collapsible-down": {
9292
from: { height: 0, filter: "blur(4px)" },
93-
to: { height: "var(--kb-collapsible-content-height)", filter: "blur(0px)" },
93+
to: {
94+
height: "var(--kb-collapsible-content-height)",
95+
filter: "blur(0px)",
96+
},
9497
},
9598
"collapsible-up": {
96-
from: { height: "var(--kb-collapsible-content-height)", filter: "blur(0px)" },
99+
from: {
100+
height: "var(--kb-collapsible-content-height)",
101+
filter: "blur(0px)",
102+
},
97103
to: { height: 0, filter: "blur(4px)" },
98104
},
99105
},

0 commit comments

Comments
 (0)