Skip to content

Commit

Permalink
fix: Repeated tailwind extend fontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Jun 21, 2023
1 parent cfd367b commit 476c696
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 476c696

Please sign in to comment.