Skip to content

Commit f394a2a

Browse files
committed
Link to usage section
1 parent a0fe740 commit f394a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-css/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ UUI-CSS package contains css files which can be included in your project or comp
66

77
- **custom-properties.css** — use this if you like to include our custom properties in your project.
88
- **uui-font.css** — use this if you like to import our font in your project. You must set the `uui-font` class on your root element.
9-
- **uui-text.css** — use this if you like to declare styles for typography for tags such as h1, h2. You must set the `uui-text` class on your root element. And if you want to use the styling inside a Shadow dom, that will have to have the `uui-text` class as well.
9+
- **uui-text.css** — use this if you like to declare styles for typography for tags such as h1, h2. This is used in companionship with `uui-font`. Set the `uui-text` class on the element covering the scope of interest, this can be your root element. And if you want to use the styling inside a Shadow dom, that will have to have the `uui-text` class as well. See Applying the uui-css styling in the root.
10+
[See examples](#Usage)
1011

1112
Bundle:
1213

0 commit comments

Comments
 (0)