We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf4661 commit 269ae64Copy full SHA for 269ae64
1 file changed
frontend/lib/utils.ts
@@ -0,0 +1,6 @@
1
+import { clsx, type ClassValue } from 'clsx';
2
+import { twMerge } from 'tailwind-merge';
3
+
4
+export function cn(...inputs: ClassValue[]) {
5
+ return twMerge(clsx(inputs));
6
+}
0 commit comments