Add support for shadow-3xl

This commit is contained in:
Justin
2022-07-28 09:38:05 -04:00
parent dc0624916a
commit cec3573253
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ module.exports = {
xl: '1280px',
},
extend: {
boxShadow: {
'3xl': '0 25px 75px -15px rgba(0, 0, 0, 0.25)',
},
fontSize: {
base: '0.9375rem',
},