Skip to content

Commit

Permalink
chore(storybook): fix missing tailwind styles (#4967)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored Aug 26, 2024
1 parent 8e921fc commit 7673489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/friendly-cheetahs-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions docs/tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { Preset } from "@kaizen/tailwind"

module.exports = {
content: [
"../packages/**/*.stories.{ts,tsx,mdx}",
"../packages/tailwind/src/_docs/**/*.{ts,tsx,mdx}",
"../packages/**/*.mdx",
"../packages/**/*.stories.{ts,tsx}",
"!node_modules",
],
presets: [Preset],
Expand Down

0 comments on commit 7673489

Please sign in to comment.