You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following https://stunningui.design/installation and it seems like npm install tailwindcss clsx tailwind-merge doesnt to anything.
Also can you specify what file I'm supposed to add this code to?
import { type ClassValue, clsx } from 'clsx'
import { twMerge } from 'tailwind-merge'
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
I was following https://stunningui.design/installation and it seems like
npm install tailwindcss clsx tailwind-mergedoesnt to anything.Also can you specify what file I'm supposed to add this code to?
thank you.