Skip to content

Commit

Permalink
feat(web): add values for other rounded classes (border-radius)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Proß committed Mar 24, 2024
1 parent 12005ca commit e097049
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ const config: Config = {
xl: "clamp(2rem, 4vw, 42px)",
},
borderRadius: {
sm: "15px",
none: "0px",
xs: "15px",
sm: "25px",
DEFAULT: "35px",
md: "45px",
lg: "55px",
},
},
plugins: [],
Expand Down

0 comments on commit e097049

Please sign in to comment.