Skip to content

Commit

Permalink
fix: add requested fixes and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kakenbutter committed May 7, 2024
1 parent e012aa1 commit 0a56de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/template/extras/config/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { type Config } from "tailwindcss";
import { fontFamily } from "tailwindcss/defaultTheme";

export default {
content: ["./src/**/*.tsx"],
theme: {
extend: {
fontFamily: {
sans: ["var(--font-geist-sans)"],
sans: ["var(--font-geist-sans)", ...fontFamily.sans],
},
},
},
Expand Down

0 comments on commit 0a56de2

Please sign in to comment.