mirror of
https://github.com/axzilla/templui.git
synced 2025-02-21 00:32:58 +00:00
fix(tailwind): remove undefined custom sans font family configuration to bring back intellisense
This commit is contained in:
parent
93822855dd
commit
1f325f0ba9
@ -54,9 +54,7 @@ const config = {
|
||||
md: "calc(var(--radius) - 2px)",
|
||||
sm: "calc(var(--radius) - 4px)",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ["Inter", ...fontFamily.sans],
|
||||
},
|
||||
fontFamily: {},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user