File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ < script >
2
+ document . body . classList . add ( 'uui-root' ) ;
3
+ document . body . classList . add ( 'uui-text' ) ;
4
+ </ script >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
5
5
} ;
6
6
7
7
export const Layout = ( ) => html `
8
- < article class =" uui-root uui-text " style ="max-width:580px; ">
8
+ < article style ="max-width:580px; ">
9
9
< div
10
10
style ="display:block; border-bottom: 1px solid var(--uui-color-cocoa-black); padding-top: var(--uui-size-layout-5); margin-bottom:var(--uui-size-layout-3); padding-bottom:var(--uui-size-layout-1); ">
11
11
< h1 > Layout Style Guide</ h1 >
@@ -74,7 +74,7 @@ export const Layout = () => html`
74
74
` ;
75
75
76
76
export const Typography = ( ) => html `
77
- < article class =" uui-root uui-text " style ="max-width:580px; ">
77
+ < article style ="max-width:580px; ">
78
78
< div
79
79
style ="display:block; border-bottom: 1px solid var(--uui-color-cocoa-black); padding-top: var(--uui-size-layout-5); margin-bottom:var(--uui-size-layout-3); padding-bottom:var(--uui-size-layout-1); ">
80
80
< h1 > Typography Style Guide</ h1 >
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ export default {
16
16
} ,
17
17
} ;
18
18
19
- export const Overview : Story = ( ) => html ` < article
20
- class ="uui-root uui-text "
21
- style ="max-width:580px; ">
19
+ export const Overview : Story = ( ) => html ` < article style ="max-width:580px; ">
22
20
< h2 > CSS</ h2 >
23
21
< p >
24
22
UUI-CSS package contains css files which can be included in your project or
You can’t perform that action at this time.
0 commit comments