Skip to content

Commit

Permalink
fix: tailwind styles on local preview
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 6, 2024
1 parent 836e563 commit ad85723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/local-preview-bundle/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module.exports = {
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"../app/src/**/*.{ts,tsx}",
"../tailwind.config.js",
path.join(path.dirname(require.resolve("@fern-ui/ui")), "**/*.{ts,tsx}"),
path.join(path.dirname(require.resolve("@fern-ui/components")), "**/*.{ts,tsx}"),
path.join(path.dirname(require.resolve("@fern-ui/fern-docs-syntax-highlighter")), "**/*.{ts,tsx}"),
],
};

0 comments on commit ad85723

Please sign in to comment.