We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de074d commit 82e6a9bCopy full SHA for 82e6a9b
.storybook/preview.ts
@@ -23,22 +23,6 @@ const preview: Preview = {
23
date: /Date$/i,
24
},
25
26
- chromatic: {
27
- modes: {
28
- ...chakraBreakpointArray.reduce<{ [x: string]: { viewport: string } }>(
29
- (arr, curr) => {
30
- const [token] = curr
31
- return {
32
- ...arr,
33
- [token]: {
34
- viewport: token,
35
- },
36
- }
37
38
- {}
39
- ),
40
41
42
backgrounds: {
43
disable: true,
44
0 commit comments