evilSpins v1
This commit is contained in:
@@ -10,6 +10,10 @@ module.exports = {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
boxShadow: {
|
||||
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.5)',
|
||||
'2xl-custom': '0 0 60px 50px rgba(0, 0, 0, 0.25)'
|
||||
},
|
||||
colors: {
|
||||
esyellow: '#fdec50ff'
|
||||
},
|
||||
@@ -18,6 +22,9 @@ module.exports = {
|
||||
},
|
||||
screens: {
|
||||
'2sm': '320px'
|
||||
},
|
||||
transitionDuration: {
|
||||
2000: '2000ms'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user