Skip to content

Commit 31c7043

Browse files
committed
docs: Update tutorial
1 parent 71b513d commit 31c7043

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorial/tutorial.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ body {
144144
}
145145
```
146146
147+
**Important note** If you are using **CSS** stylesheets, you should add the following import instead:
148+
149+
```css
150+
@import "~stream-chat-css/dist/css/index.css";
151+
```
152+
147153
5. Modify `tsconfig.json`
148154
149155
Add the following option to the `compilerOptions` in `tsconfig.json` file:

0 commit comments

Comments
 (0)