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:
parent
3c28884765
commit
4b62f6c7dd
@ -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],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user