Auth pages #6

Merged
BenjaminPalko merged 12 commits from auth-pages into master 2024-12-15 11:57:27 -05:00
Showing only changes of commit f3ccf3502a - Show all commits

View file

@ -8,6 +8,15 @@ export default {
extend: {
fontFamily: {
display: ['Baskervville SC']
},
animation: {
fade: 'fadeIn .5s ease-in-out'
},
keyframes: {
fadeIn: {
from: { opacity: '0' },
to: { opacity: '1' }
}
}
}
},