Skip to content

Commit 59b79fe

Browse files
authored
Merge pull request #9 from CraigChilds94/master
Replace 'shadow' references on the border radius docs page
2 parents 6f0894d + eb5159a commit 59b79fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to o
152152

153153
## Responsive
154154

155-
To control the shadow of an element at a specific breakpoint, add a `{breakpoint}:` prefix to any existing shadow utility. For example, use `md:shadow-lg` to apply the `shadow-lg` utility at only medium screen sizes and above.
155+
To control the border radius of an element at a specific breakpoint, add a `{breakpoint}:` prefix to any existing border radius utility. For example, use `md:rounded-lg` to apply the `rounded-lg` utility at only medium screen sizes and above.
156156

157157
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
158158

0 commit comments

Comments
 (0)