You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`accordion-down`][Docs_Accordion]| Accordion down animation. Requires one of `--radix-accordion-content-height`, `--bits-accordion-content-height`, `--reka-accordion-content-height` or `--kb-accordion-content-height`to be set to the content's height. |
148
-
|[`accordion-up`][Docs_Accordion]| Accordion up animation. Requires one of `--radix-accordion-content-height`, `--bits-accordion-content-height`, `--reka-accordion-content-height` or `--kb-accordion-content-height`to be set to the content's height. |
149
-
|[`collapsible-down`][Docs_Collapsible]| Collapsible down animation. Requires `--radix-collapsible-content-height`, `--bits-collapsible-content-height`, `--reka-collapsible-content-height` or `--kb-collapsible-content-height` to be set to the content's height. |
150
-
|[`collapsible-up`][Docs_Collapsible]| Collapsible up animation. Requires `--radix-collapsible-content-height`, `--bits-collapsible-content-height`, `--reka-collapsible-content-height` or `--kb-collapsible-content-height` to be set to the content's height. |
151
-
|[`caret-blink`][Docs_Caret]| Blinking animation for caret/cursor. |
|[`accordion-down`][Docs_Accordion]| Accordion down animation. Requires `--radix-accordion-content-height` or one of the [other accordioncontentheight variables][Docs_Accordion_Content_Height]to be set to the content's height.|
148
+
|[`accordion-up`][Docs_Accordion]| Accordion up animation. Requires `--radix-accordion-content-height` or one of the [other accordioncontentheight variables][Docs_Accordion_Content_Height]to be set to the content's height.|
149
+
|[`collapsible-down`][Docs_Collapsible]| Collapsible down animation. Requires `--radix-collapsible-content-height` or one of the [other collapsiblecontentheight variables][Docs_Collapsible_Content_Height] to be set to the content's height. |
150
+
|[`collapsible-up`][Docs_Collapsible]| Collapsible up animation. Requires `--radix-collapsible-content-height` or one of the [other collapsiblecontentheight variables][Docs_Collapsible_Content_Height] to be set to the content's height. |
151
+
|[`caret-blink`][Docs_Caret]| Blinking animation for caret/cursor. |
152
152
153
153
By the way, if you don't use some of the above animations, they will not be included in the final CSS file. This is because Tailwind CSS kind of does tree-shaking for you. So, if you don't use `accordion-down`, it won't be included in the final CSS file.
154
154
@@ -215,7 +215,9 @@ By the way, if you don't use some of the above animations, they will not be incl
0 commit comments