We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbf6b8 commit 81d395cCopy full SHA for 81d395c
1 file changed
packages/ui-solid/tailwind.config.js
@@ -90,10 +90,16 @@ module.exports = {
90
keyframes: {
91
"collapsible-down": {
92
from: { height: 0, filter: "blur(4px)" },
93
- to: { height: "var(--kb-collapsible-content-height)", filter: "blur(0px)" },
+ to: {
94
+ height: "var(--kb-collapsible-content-height)",
95
+ filter: "blur(0px)",
96
+ },
97
},
98
"collapsible-up": {
- from: { height: "var(--kb-collapsible-content-height)", filter: "blur(0px)" },
99
+ from: {
100
101
102
103
to: { height: 0, filter: "blur(4px)" },
104
105
0 commit comments