Skip to content

Commit

Permalink
Configure storybook to work with tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprabhakaran3 committed Jul 26, 2023
1 parent d5f2be8 commit 15a5edb
Show file tree
Hide file tree
Showing 8 changed files with 1,071 additions and 15 deletions.
6 changes: 5 additions & 1 deletion frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ const config: StorybookConfig = {
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions'
'@storybook/addon-interactions',
{
name: "@storybook/addon-styling",
options: {},
},
],
framework: {
name: '@storybook/sveltekit',
Expand Down
1 change: 1 addition & 0 deletions frontend/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Preview } from '@storybook/svelte';
import '../src/app.postcss'

const preview: Preview = {
parameters: {
Expand Down
Loading

0 comments on commit 15a5edb

Please sign in to comment.