Skip to content

Commit

Permalink
Merge branch 'cizza-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iunteq committed Dec 13, 2019
2 parents e1dfc1a + b2c4fd3 commit 8e38cbb
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ If a default shadow is provided, it will be used for the non-suffixed `.text-sha
module.exports = {
theme: {
textShadow: {
default: '0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)',
md: ' 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)',
h1: ' 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)',
xl: ' 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)',
'2xl': '0 25px 50px -12px rgba(0, 0, 0, .25)',
brand: '0 35px 60px -15px rgba(0, 0, 0, .3)',
outline: '0 0 0 3px rgba(66,153,225,0.5)',
focus: '0 0 0 3px rgba(66,153,225,0.5)',
'none': 'none',
default: '0 2px 0 #000',
md: '0 2px 2px #000',
h1: '0 0 3px #FF0000, 0 0 5px #0000FF',
xl: '0 0 3px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .9)',
none: 'none',
}
}
}
Expand Down Expand Up @@ -83,4 +79,4 @@ To control the textshadow of an text element at a specific breakpoint, add a {sc

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit 8e38cbb

Please sign in to comment.