Skip to content

Commit

Permalink
chore: add theme variable helper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 25, 2025
1 parent b17786c commit f7f842e
Show file tree
Hide file tree
Showing 25 changed files with 3,504 additions and 426 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 f7f842e

Please sign in to comment.