iamge cmopression and a few small tweaks

This commit is contained in:
Zoe
2022-12-17 23:49:54 -06:00
parent e785c2c36c
commit 7adb93b872
19 changed files with 863 additions and 73 deletions

View File

@@ -14,6 +14,15 @@ module.exports = {
screens: {
'xs': '512px',
'3xl': '1792px'
},
keyframes: {
blink: {
'from, to': { opacity: '0' },
'50%': { opacity: '1' },
}
},
animation: {
blink: 'blink 1s step-end infinite',
}
},
},