Skip to content

Commit

Permalink
fix: Import tailwind css
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri committed Jan 28, 2024
1 parent ee495d8 commit 6343797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import '../src/css/tailwind.css';

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
Expand Down
2 changes: 0 additions & 2 deletions src/js/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import '../css/tailwind.css';

export { Button } from './components/button';
export { Panel } from './components/panel';

0 comments on commit 6343797

Please sign in to comment.