Skip to content

Commit 03e5f12

Browse files
feat: add support for ng-primitives height variables (#56)
1 parent b5ff23a commit 03e5f12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tw-animate.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@
212212
--radix-accordion-content-height,
213213
var(
214214
--bits-accordion-content-height,
215-
var(--reka-accordion-content-height, var(--kb-accordion-content-height, auto))
215+
var(--reka-accordion-content-height,
216+
var(--kb-accordion-content-height, var(--ngp-accordion-content-height, auto)))
216217
)
217218
);
218219
}
@@ -224,7 +225,8 @@
224225
--radix-accordion-content-height,
225226
var(
226227
--bits-accordion-content-height,
227-
var(--reka-accordion-content-height, var(--kb-accordion-content-height, auto))
228+
var(--reka-accordion-content-height,
229+
var(--kb-accordion-content-height, var(--ngp-accordion-content-height, auto)))
228230
)
229231
);
230232
}

0 commit comments

Comments
 (0)