Skip to content

Commit

Permalink
docs: Margins and Paddings under Helpers in CSS Storybook is giving a…
Browse files Browse the repository at this point in the history
… blank page on click (#207)
  • Loading branch information
anusha-66 authored Nov 15, 2021
1 parent 90a7325 commit 0d1f5cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stories/helpers/margins.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AllSides.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -39,6 +40,7 @@ SingleSide.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -56,6 +58,7 @@ Horizontal.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -73,6 +76,7 @@ Vertical.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
4 changes: 4 additions & 0 deletions stories/helpers/padding.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AllSides.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -39,6 +40,7 @@ SingleSide.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -56,6 +58,7 @@ Horizontal.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};
Expand All @@ -73,6 +76,7 @@ Vertical.argTypes = {
type: 'range',
min: 1,
max: 100,
step:1,
},
},
};

0 comments on commit 0d1f5cb

Please sign in to comment.