Skip to content

Commit

Permalink
chore(theme): fix jsdoc example for clsx utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Nov 21, 2024
1 parent e386467 commit 6c6493d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-default/src/utils/tailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*
* ```ts
* const defaultClasses = 'm-8'
* const indented = true
* const classNames = clsx('w-4 h-4', indented && 'pl-8', defaultClasses)
* ```
*/
Expand Down

0 comments on commit 6c6493d

Please sign in to comment.