1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 21:52:40 +00:00

fix(tailwind): remove undefined custom sans font family configuration to bring back intellisense

This commit is contained in:
axzilla 2024-12-07 10:37:55 +07:00
parent 3c28884765
commit 4b62f6c7dd

View File

@ -54,9 +54,7 @@ const config = {
md: "calc(var(--radius) - 2px)", md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)", sm: "calc(var(--radius) - 4px)",
}, },
fontFamily: { fontFamily: {},
sans: ["Inter", ...fontFamily.sans],
},
}, },
}, },
}; };