Skip to content

Commit

Permalink
docs: add docs theme to tailwind config (#4019)
Browse files Browse the repository at this point in the history
* docs: add docs theme to tailwind config

* Update tailwind.config.ts
  • Loading branch information
sebald authored Jul 19, 2024
1 parent 94e9a1b commit 9151d6d
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 @@ -10,6 +10,9 @@ const config: Config = {
'./ui/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',

// Docs theme
'../themes/theme-docs/src/**/*.ts',

// Demos
'./content/**/*.{js,ts,jsx,tsx,mdx}',

Expand Down

0 comments on commit 9151d6d

Please sign in to comment.