File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module.exports = {
5
5
"addons" : [
6
6
"@storybook/addon-links" ,
7
7
"@storybook/addon-essentials" ,
8
- 'storybook-addon-designs' ,
8
+ "@storybook/addon-a11y" ,
9
+ 'storybook-addon-designs'
9
10
]
10
11
}
Original file line number Diff line number Diff line change 23
23
font-size: 7rem;
24
24
} */
25
25
26
- /* .sidebar-container * {
26
+ .sidebar-container * {
27
27
font-size : 1rem !important ;
28
- } */
28
+ }
29
29
30
30
</ style >
Original file line number Diff line number Diff line change @@ -14,4 +14,8 @@ Uber React View
14
14
https://react-view.netlify.app/?path=/story/useview--basic
15
15
16
16
Storybook composition - combining multiple storybooks into one
17
- https://www.chromatic.com/blog/storybook-composition/
17
+ https://www.chromatic.com/blog/storybook-composition/
18
+
19
+
20
+ https://github.com/intuit/design-systems-cli
21
+ https://github.com/intuit/doc-blocks
You can’t perform that action at this time.
0 commit comments