Skip to content

Commit

Permalink
Merge pull request #11 from ultrasonicdevs/adaptive-for-next
Browse files Browse the repository at this point in the history
feat: minimize build && reorganize package structure
  • Loading branch information
FoxyGDFD authored Sep 16, 2023
2 parents 4554674 + 7d2c51e commit 6efb4c0
Show file tree
Hide file tree
Showing 43 changed files with 654 additions and 183 deletions.
9 changes: 8 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ const config: StorybookConfig = {
stories: ['../stories/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
'@storybook/addon-links',
'@storybook/addon-styling',
{
name: '@storybook/addon-styling',
options: {
postCss: {
implementation: require.resolve('postcss')
}
}
},
'@storybook/addon-essentials',
'@storybook/addon-interactions'
],
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Preview } from '@storybook/react';
import 'tailwind.css';
import './tw.css';

const preview: Preview = {
parameters: {
Expand Down
3 changes: 3 additions & 0 deletions .storybook/tw.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit 6efb4c0

Please sign in to comment.