Commit 95ddee1
committed
Add --radius-full variable
The `rounded-full` classname doesn't match the pattern of the other radius classnames:
```
rounded-xl: border-radius: var(--radius-xl)
rounded-2xl: border-radius: var(--radius-2xl)
rounded-3xl: border-radius: var(--radius-3xl)
rounded-full: border-radius: calc(infinity * 1px)
```
This PR makes `var(--rounded-full)` available to use like all the others in the theme.css.1 parent 57e91a6 commit 95ddee1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
0 commit comments