feat: replace clsx with cn util

This commit is contained in:
Ilia Mashkov
2026-04-23 09:48:32 +03:00
parent cffebf05e3
commit 54087b7b2a
34 changed files with 91 additions and 92 deletions
@@ -4,7 +4,7 @@
-->
<script lang="ts">
import { typographySettingsStore } from '$features/SetupFont';
import clsx from 'clsx';
import { cn } from '$shared/lib';
import { comparisonStore } from '../../model';
interface Props {
@@ -53,7 +53,7 @@ $effect(() => {
>
{#each [0, 1] as s (s)}
<span
class={clsx(
class={cn(
'char-inner',
'transition-colors duration-300',
isPast