clean up & polish

This commit is contained in:
Ren Amamiya
2023-08-30 09:03:02 +07:00
parent 91e50efb1a
commit abe4d11498
24 changed files with 93 additions and 268 deletions

View File

@@ -61,6 +61,9 @@ module.exports = {
overlayShow: 'overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1)',
contentShow: 'contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1)',
},
transitionTimingFunction: {
smooth: 'cubic-bezier(0.6, 0.6, 0, 1)',
},
},
},
plugins: [require('@tailwindcss/typography')],