Discover: sidebar-insight component done
This commit is contained in:
@@ -46,6 +46,18 @@ module.exports = {
|
||||
// 'lg': '1024px',
|
||||
// 'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
}
|
||||
},
|
||||
extend: {
|
||||
keyframes: {
|
||||
'fadein': {
|
||||
'0%': { opacity: '0' },
|
||||
'50%': { opacity: '0.5' },
|
||||
'100%': { opacity: '1' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'fadein': 'fadein 1s ease-in-out',
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user