mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 01:11:12 -05:00
testing changes with virtual file cleanup
This commit is contained in:
@@ -7,6 +7,7 @@ import { twMerge } from "tailwind-merge";
|
||||
*
|
||||
* @param inputs - Class values to combine (strings, objects, arrays)
|
||||
* @returns Merged class string with Tailwind conflicts resolved
|
||||
* @example cn('px-2 py-1', 'px-4') // Returns 'py-1 px-4'
|
||||
*/
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
|
||||
Reference in New Issue
Block a user