Skip to content

Commit d73a0d8

Browse files
committed
fix: incorrect ClassNames function name
1 parent 29a4bd3 commit d73a0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prettier.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const config = {
66
semi: true,
77
plugins: ["prettier-plugin-tailwindcss"],
8-
tailwindFunctions: ["classnames"],
8+
tailwindFunctions: ["classNames"],
99
};
1010

1111
export default config;

0 commit comments

Comments
 (0)