Skip to content

Commit 9c97eb2

Browse files
authored
Merge pull request #362 from lukasluecke/patch-1
Add shadow-xs to description and sample sourcecode
2 parents 72e52a7 + c9b4137 commit 9c97eb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/docs/box-shadow.blade.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features:
2121

2222
## Outer shadow
2323

24-
Use the `.shadow-sm`, `.shadow`, `.shadow-md`, `.shadow-lg`, `.shadow-xl`, or `.shadow-2xl` utilities to apply different sized outer box shadows to an element.
24+
Use the `.shadow-xs`, `.shadow-sm`, `.shadow`, `.shadow-md`, `.shadow-lg`, `.shadow-xl`, or `.shadow-2xl` utilities to apply different sized outer box shadows to an element.
2525

2626
@component('_partials.code-sample', ['class' => 'bg-gray-100 lg:flex justify-around items-center text-sm py-8'])
2727
<div class="text-center px-2">
@@ -53,6 +53,7 @@ Use the `.shadow-sm`, `.shadow`, `.shadow-md`, `.shadow-lg`, `.shadow-xl`, or `.
5353
<div class="mx-auto h-24 w-24 text-xs bg-white rounded shadow-2xl"></div>
5454
</div>
5555
@slot('code')
56+
<div class="shadow-xs"></div>
5657
<div class="shadow-sm"></div>
5758
<div class="shadow"></div>
5859
<div class="shadow-md"></div>

0 commit comments

Comments
 (0)