@@ -35,15 +35,11 @@ If a default shadow is provided, it will be used for the non-suffixed `.text-sha
35
35
module .exports = {
36
36
theme: {
37
37
textShadow: {
38
- default: ' 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)' ,
39
- md: ' 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)' ,
40
- h1: ' 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)' ,
41
- xl: ' 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)' ,
42
- ' 2xl' : ' 0 25px 50px -12px rgba(0, 0, 0, .25)' ,
43
- brand: ' 0 35px 60px -15px rgba(0, 0, 0, .3)' ,
44
- outline: ' 0 0 0 3px rgba(66,153,225,0.5)' ,
45
- focus: ' 0 0 0 3px rgba(66,153,225,0.5)' ,
46
- ' none' : ' none' ,
38
+ default: ' 0 2px 0 #000' ,
39
+ md: ' 0 2px 2px #000' ,
40
+ h1: ' 0 0 3px #FF0000, 0 0 5px #0000FF' ,
41
+ xl: ' 0 0 3px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .9)' ,
42
+ none: ' none' ,
47
43
}
48
44
}
49
45
}
@@ -83,4 +79,4 @@ To control the textshadow of an text element at a specific breakpoint, add a {sc
83
79
84
80
## License
85
81
86
- The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
82
+ The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
0 commit comments