-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
refactorImproves existing codeImproves existing code
Description
Svelte 5.16 introduced the same syntax for class directives: https://svelte.dev/docs/svelte/class#Attributes-Objects-and-arrays
So everywhere we do this:
<div class={clsx([...])}></div>change it to this
<div class={[...]}></div>And then remove the clsx dependency
Metadata
Metadata
Assignees
Labels
refactorImproves existing codeImproves existing code