forked from noxious/client
More Tailwind conversion
This commit is contained in:
@ -12,7 +12,8 @@ export default {
|
||||
},
|
||||
extend: {
|
||||
dropShadow: {
|
||||
'default': '0 3px 6px rgb(0, 0, 0)'
|
||||
'default': '0 3px 6px rgb(0, 0, 0)',
|
||||
'20': '0 3px 6px rgba(0, 0, 0, 0.2)'
|
||||
},
|
||||
colors: {
|
||||
red: {
|
||||
|
Reference in New Issue
Block a user