Skip to content

Commit

Permalink
Development tailwindcss storybook config (sef-global#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MethmaPeiris99 authored Oct 7, 2023
1 parent cc6a395 commit 0d6d198
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"endOfLine": "auto"
}
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'storybook-addon-swc',
'@storybook/addon-styling-webpack'
],
framework: {
name: '@storybook/react-vite',
Expand Down
1 change: 1 addition & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Preview } from '@storybook/react';
import '../src/index.css';

const preview: Preview = {
parameters: {
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.18",
Expand Down

0 comments on commit 0d6d198

Please sign in to comment.