Skip to content

Commit

Permalink
feat: 1.10.4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Nov 7, 2024
1 parent 1555339 commit c8c3eb2
Show file tree
Hide file tree
Showing 50 changed files with 964 additions and 644 deletions.
5 changes: 4 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const config: StorybookConfig = {
const newConfig = mergeConfig(config, {
css: {
postcss: {
plugins: [tailwindcss(), autoprefixer()],
plugins: [
tailwindcss({ config: './tailwind.storybook.config.ts' }),
autoprefixer(),
],
},
},
build: {
Expand Down
6 changes: 6 additions & 0 deletions .storybook/storybook.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
html,
body,
#storybook-root {
height: 100%;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit c8c3eb2

Please sign in to comment.