mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix typo on border radius docs
Small mistake on border radius, referencing `.shadow-sm` instead of `.rounded-sm`
This commit is contained in:
parent
2786f1b7a6
commit
224b1d3a63
@ -94,7 +94,7 @@ title: "Border Radius"
|
||||
|
||||
## Rounded corners
|
||||
|
||||
Use the `.rounded`, `.shadow-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.
|
||||
Use the `.rounded`, `.rounded-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.
|
||||
|
||||
@component('_partials.code-sample', ['class' => 'flex justify-around text-sm'])
|
||||
<div class="bg-grey-light mr-3 p-4 rounded-sm">.rounded-sm</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user