mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Make boxShadow rgba opacity uniform in config stub
This commit is contained in:
parent
3166b49940
commit
e59fead1b5
@ -324,8 +324,8 @@ module.exports = {
|
||||
lg: '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)',
|
||||
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
|
||||
outline: '0 0 0 3px rgba(66, 153, 225, 0.5)',
|
||||
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, .06)',
|
||||
outline: '0 0 0 3px rgba(66, 153, 225, .5)',
|
||||
none: 'none',
|
||||
},
|
||||
zIndex: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user