diff --git a/.storybook/preview.js b/.storybook/preview.js index 5e5f732..c63c617 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -1,3 +1,5 @@ +import '../src/css/tailwind.css'; + export const parameters = { actions: { argTypesRegex: '^on[A-Z].*' }, controls: { diff --git a/src/js/index.js b/src/js/index.js index 023034f..564a5b8 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1,4 +1,2 @@ -import '../css/tailwind.css'; - export { Button } from './components/button'; export { Panel } from './components/panel'; \ No newline at end of file