File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { setCustomElements } from '@storybook/web-components' ;
2
2
import customElements from '../custom-elements.json' ;
3
- import '../packages/uui-css/lib/uui-css.css' ;
3
+ import '../packages/uui-css/lib/custom-properties.css' ;
4
+ import '../packages/uui-css/lib/uui-font.css' ;
5
+ import '../packages/uui-css/lib/uui-text.css' ;
4
6
import 'element-internals-polyfill' ;
5
7
6
8
const sort = ( a , b ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ export default {
9
9
docs : {
10
10
source : {
11
11
code : `
12
- <style src="@umbraco-ui/uui-css/root.css"></style>
12
+ <link rel="stylesheet" href="@umbraco-ui/uui-css/dist/custom-properties.css" />
13
+ <link rel="stylesheet" href="@umbraco-ui/uui-css/dist/uui-font.css" />
14
+ <link rel="stylesheet" href="@umbraco-ui/uui-css/dist/uui-text.css" />
13
15
` ,
14
16
} ,
15
17
} ,
@@ -28,7 +30,7 @@ export const Overview: Story = () => html` <article style="max-width:580px;">
28
30
properties in your project.
29
31
</ li >
30
32
< li >
31
- < b > uui-root .css</ b > — use the .uui-root class if you like to declare the
33
+ < b > uui-font .css</ b > — use the .uui-root class if you like to declare the
32
34
Umbraco typography, this is needed for getting the Umbraco typography.
33
35
</ li >
34
36
< li >
You can’t perform that action at this time.
0 commit comments