Added animation into config

This commit is contained in:
Lucas Oliveira 2024-01-24 16:59:27 +01:00
commit e54e17ae36

View file

@ -28,6 +28,15 @@ module.exports = {
},
},
extend: {
keyframes: {
wiggle: {
'0%, 100%': { transform: 'scale(100%)' },
'50%': { transform: 'scale(120%)' },
}
},
animation: {
wiggle: 'wiggle 150ms ease-in-out 1',
},
colors: {
"component-icon": "var(--component-icon)",
"flow-icon": "var(--flow-icon)",