We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec20560 commit 431cab9Copy full SHA for 431cab9
.changeset/hot-results-give.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-yuki-stack": patch
3
4
+
5
+add missing keyframes
cli/templates/packages/ui/src/tailwind.css
@@ -67,6 +67,30 @@
67
--shadow-lg: var(--shadow-lg);
68
--shadow-xl: var(--shadow-xl);
69
--shadow-2xl: var(--shadow-2xl);
70
71
+ @keyframes accordion-down {
72
+ from {
73
+ height: 0;
74
+ }
75
+ to {
76
+ height: var(
77
+ --radix-accordion-content-height,
78
+ var(--accordion-panel-height, auto)
79
+ );
80
81
82
83
+ @keyframes accordion-up {
84
85
86
87
88
89
90
91
92
93
94
}
95
96
:root {
0 commit comments