Skip to content

Commit

Permalink
chore: add theme variable helper scripts (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Feb 10, 2025
1 parent 9826cd3 commit e553947
Show file tree
Hide file tree
Showing 25 changed files with 3,579 additions and 427 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const config = tseslint.config([
settings: {
tailwindcss: {
config: "packages/elements-react/tailwind.config.ts",
callees: ["classnames", "clsx", "ctl", "cn"],
callees: ["classnames", "clsx", "ctl", "cn", "cva"],
},
},
},
Expand Down
Loading

0 comments on commit e553947

Please sign in to comment.