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 976f0b6 commit 8f3cceeCopy full SHA for 8f3ccee
packages/uui-css/lib/uui-css.story.ts
@@ -9,9 +9,13 @@ export default {
9
docs: {
10
source: {
11
code: `
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" />
+ // Include each of the following:
+ import '@umbraco-ui/uui-css/dist/custom-properties.css';
+ import '@umbraco-ui/uui-css/dist/uui-font.css';
15
+ import '@umbraco-ui/uui-css/dist/uui-text.css';
16
+
17
+ // Alternatively include the compiled bundle
18
+ import '@umbraco-ui/uui-css/dist/uui-css.css';
19
`,
20
},
21
0 commit comments