Make boxShadow rgba opacity uniform in config stub

This commit is contained in:
Brandon 2019-04-19 09:11:38 -05:00 committed by GitHub
parent 3166b49940
commit e59fead1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {