Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit e097049

Browse files
author
Manuel Proß
committed
feat(web): add values for other rounded classes (border-radius)
1 parent 12005ca commit e097049

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/tailwind.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ const config: Config = {
2626
xl: "clamp(2rem, 4vw, 42px)",
2727
},
2828
borderRadius: {
29-
sm: "15px",
29+
none: "0px",
30+
xs: "15px",
31+
sm: "25px",
3032
DEFAULT: "35px",
33+
md: "45px",
34+
lg: "55px",
3135
},
3236
},
3337
plugins: [],

0 commit comments

Comments
 (0)