development hover animation

This commit is contained in:
Burak Civan
2022-06-22 10:52:41 +03:00
parent ae55e4eb06
commit 249c9ee060
3 changed files with 12141 additions and 755 deletions

12
presets.js vendored
View File

@ -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: {