Skip to content

Commit eb5159a

Browse files
committed
Replace 'shadow' references on the border radius docs page
1 parent 2786f1b commit eb5159a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ title: "Border Radius"
9494

9595
## Rounded corners
9696

97-
Use the `.rounded`, `.shadow-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.
97+
Use the `.rounded`, `.rounded-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.
9898

9999
@component('_partials.code-sample', ['class' => 'flex justify-around text-sm'])
100100
<div class="bg-grey-light mr-3 p-4 rounded-sm">.rounded-sm</div>
@@ -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)