Skip to content

Commit 9263e3a

Browse files
committed
Document that rounded-{side} utilities need to be combined with a size
1 parent c850701 commit 9263e3a

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
@@ -135,7 +135,7 @@ This is most commonly used to remove a border radius that was applied at a small
135135

136136
## Rounding sides separately
137137

138-
Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to only round one side of an element.
138+
Combine one of the `.rounded{-size}` utilities with `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` to only round one side of an element.
139139

140140
@component('_partials.code-sample', ['class' => 'flex justify-around text-sm'])
141141
<div class="bg-grey-light mr-3 p-4 rounded-lg rounded-t">.rounded-t</div>

0 commit comments

Comments
 (0)