fix: Repeated tailwind extend fontFamily (#64)

This commit is contained in:
Jared Palmer 2023-06-21 08:09:00 -07:00 committed by GitHub
commit 4865c7c883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,9 +56,6 @@ module.exports = {
md: `calc(var(--radius) - 2px)`,
sm: 'calc(var(--radius) - 4px)'
},
fontFamily: {
sans: ['var(--font-sans)', ...fontFamily.sans]
},
keyframes: {
'accordion-down': {
from: { height: 0 },