fix: Broken styles (#9046)
This commit is contained in:
@@ -143,11 +143,20 @@ module.exports = {
|
||||
'50%': { opacity: 1 },
|
||||
'100%': { opacity: 0.4 },
|
||||
},
|
||||
'card-select': {
|
||||
'0%, 100%': {
|
||||
transform: 'translateX(0)',
|
||||
},
|
||||
'50%': {
|
||||
transform: 'translateX(1px)',
|
||||
},
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
...defaultTheme.animation,
|
||||
wiggle: 'wiggle 0.5s ease-in-out',
|
||||
'loader-pulse': 'loader-pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',
|
||||
'card-select': 'card-select 0.25s ease-in-out',
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user