Skip to content

Commit

Permalink
fix: missing tailwind config xl
Browse files Browse the repository at this point in the history
  • Loading branch information
thejasonxie committed Dec 12, 2024
1 parent 7049912 commit a10c17d
Show file tree
Hide file tree
Showing 56 changed files with 57,547 additions and 70 deletions.
5 changes: 3 additions & 2 deletions apps/www/content/docs/installation/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ module.exports = {
},
},
borderRadius: {
lg: `var(--radius)`,
md: `calc(var(--radius) - 2px)`,
xl: "calc(var(--radius) + 4px)",
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
},
},
Expand Down
Loading

0 comments on commit a10c17d

Please sign in to comment.