1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 03:29:48 +02:00

Add teams support

This commit is contained in:
Kamran Ahmed
2023-07-20 19:24:34 +01:00
parent bbe8125fc1
commit 03ba0c384b
101 changed files with 5612 additions and 182 deletions

View File

@@ -11,6 +11,21 @@ module.exports = {
},
},
},
keyframes: {
'fade-slide-up': {
'0%': {
opacity: '0',
transform: 'translateY(20px)',
},
'100%': {
opacity: '1',
transform: 'translateY(0)',
},
},
},
animation: {
'fade-slide-up': 'fade-slide-up 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards',
},
},
container: {
center: true,