development hover animation
This commit is contained in:
12
presets.js
vendored
12
presets.js
vendored
@ -224,7 +224,8 @@ module.exports = {
|
||||
transitionProperty: {
|
||||
'height': 'height',
|
||||
'spacing': 'margin, padding',
|
||||
'visible': 'visible, opacity'
|
||||
'visible': 'visible, opacity',
|
||||
'backgroundSize': 'background-size'
|
||||
}
|
||||
},
|
||||
|
||||
@ -232,6 +233,15 @@ module.exports = {
|
||||
container: {
|
||||
center: true,
|
||||
},
|
||||
|
||||
backgroundSize: {
|
||||
'0-2': '0 2px',
|
||||
'full-2': '100% 2px'
|
||||
},
|
||||
|
||||
backgroundPosition: {
|
||||
'0-full': ' 0 100%'
|
||||
}
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user