Skip to content

Commit

Permalink
Merge pull request #15613 from reubsinit/fix-viewport-docs
Browse files Browse the repository at this point in the history
Fix docs on granular viewports
  • Loading branch information
jonniebigodes authored Jul 19, 2021
2 parents 1932d62 + 2429af6 commit 93b1df5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
```js
// .storybook/preview.js

import { MINIMAL_VIEWPORTS } from '@storybook/addon-viewport';
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';

export const parameters = {
viewport: {
viewports: MINIMAL_VIEWPORTS,
viewports: INITIAL_VIEWPORTS,
},
};
```

0 comments on commit 93b1df5

Please sign in to comment.