Skip to content

Commit 318371f

Browse files
committed
docs(rounded): add missing tile prop definition
1 parent 848d6ea commit 318371f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"props": {
3-
"rounded": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3+
"rounded": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4+
"tile": "Removes any applied **border-radius** from the component."
45
}
56
}

0 commit comments

Comments
 (0)