Skip to content

Commit 731dd33

Browse files
authored
Merge pull request #223 from trimble-oss/ai-findings-autofix/site-content-docs-v2-utilities-shadows.md
Potential fix for 1 code quality finding
2 parents 06f54df + 14bddf6 commit 731dd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/content/docs/v2/utilities/shadows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010

1111
## Examples
1212

13-
While shadows on components are disabled by default in Bootstrap and can be enabled via `$enable-shadows`, you can also quickly add or remove a shadow with our `box-shadow` utility classes. Includes support for `.shadow-none` and three default sizes (which have associated variables to match).
13+
While shadows on components are disabled by default in Bootstrap and can be enabled via `$enable-shadows`, you can also quickly add or remove a shadow with our `box-shadow` utility classes. Includes support for `.shadow-none` and five different shadow sizes (which have associated variables to match): `.shadow-sm`, `.shadow`, `.shadow-lg`, `.shadow-xl`, and `.shadow-xxl`.
1414

1515
{{< example class="overflow-hidden" >}}
1616
<div class="shadow-none p-3 mb-5 bg-body-bg rounded">No shadow</div>

0 commit comments

Comments
 (0)