Skip to content

Commit

Permalink
chore(docs): add tailwind content path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Oct 3, 2024
1 parent ef511da commit 4d6bf53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import type { Config } from 'tailwindcss'
import defaultTheme from 'tailwindcss/defaultTheme'

export default <Partial<Config>>{
content: [
'./app/**/*.{js,jsx,ts,tsx,vue}',
],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit 4d6bf53

Please sign in to comment.