Skip to content

Commit

Permalink
chore: remove storybook addons (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Nov 3, 2023
1 parent f14cb04 commit 2da4916
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1,987 deletions.
14 changes: 1 addition & 13 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ const config: StorybookConfig = {
options: {fastRefresh: true},
},
stories: ['./**/*.stories.@(ts|tsx)'],
addons: [
{name: '@storybook/preset-scss', options: {rule: {sideEffects: true}}},
{
name: '@storybook/addon-essentials',
options: {
backgrounds: false,
viewport: false,
measure: false,
outline: false,
docs: false,
},
},
],
addons: [{name: '@storybook/preset-scss', options: {rule: {sideEffects: true}}}],
};

export default config;
1 change: 0 additions & 1 deletion .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {create} from '@storybook/theming';
import packageJson from '../package.json';

addons.setConfig({
showPanel: false,
theme: create({
base: 'light',

Expand Down
Loading

0 comments on commit 2da4916

Please sign in to comment.