Skip to content

Commit

Permalink
fix(docs): resolve unused fontFamily import in tailwind.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Sep 6, 2024
1 parent 0bde55c commit a3803b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Delete this file once no longer needed as a reference
import type { Config } from 'tailwindcss'
import { fontFamily } from 'tailwindcss/defaultTheme'
// import { fontFamily } from 'tailwindcss/defaultTheme'
import { createPreset } from 'fumadocs-ui/tailwind-plugin'

export default {
Expand Down

0 comments on commit a3803b2

Please sign in to comment.