Skip to content

Commit 643b959

Browse files
authored
Merge pull request tailwindlabs#36 from danielstgt/master
Updated shadow-outline from 0.6.1 fix
2 parents 6cbb214 + 53c4888 commit 643b959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/docs/shadows.blade.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ features:
3333
],
3434
[
3535
'.shadow-outline',
36-
"box-shadow: 2px solid rgba(52,144,220,0.5);",
36+
"box-shadow: 0 0 0 3px rgba(52,144,220,0.5);",
3737
"Apply a small inner box shadow to an element.",
3838
],
3939
[
@@ -149,6 +149,7 @@ If a `default` shadow is provided, it will be used for the non-suffixed `.shadow
149149
- 'md': '0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08)',
150150
- 'lg': '0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08)',
151151
- 'inner': 'inset 0 2px 4px 0 rgba(0,0,0,0.06)',
152+
- 'outline': '0 0 0 3px rgba(52,144,220,0.5)',
152153
+ '1': '0 2px 4px rgba(0,0,0,0.05)',
153154
+ '2': '0 4px 8px rgba(0,0,0,0.1)',
154155
+ '3': '0 8px 16px rgba(0,0,0,0.15)',

0 commit comments

Comments
 (0)