Skip to content

Commit

Permalink
Merge pull request #4 from clarencepenz/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Dec 22, 2023
2 parents dbfe846 + a647aea commit 2835166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/guides/class-name-prop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { twMerge } from "tailwind-merge";
import { clsx } from "clsx";
import { createTwc } from "react-twc";

// Using `clsx` + `twMerge` for a complete flexbility (taken from shadcn/ui)
// Using `clsx` + `twMerge` for a complete flexibility (taken from shadcn/ui)
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
Expand Down

0 comments on commit 2835166

Please sign in to comment.