Skip to content

Commit 6c6493d

Browse files
committed
chore(theme): fix jsdoc example for clsx utility
1 parent e386467 commit 6c6493d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme-default/src/utils/tailwind.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* ```ts
99
* const defaultClasses = 'm-8'
10+
* const indented = true
1011
* const classNames = clsx('w-4 h-4', indented && 'pl-8', defaultClasses)
1112
* ```
1213
*/

0 commit comments

Comments
 (0)