chatscope / chatscope/chat-ui-kit-react

Description of importing CSS in the Usage section of README.md

Open
#169 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
154
PR merge metrics
No merged PRs in 30d

Description

In the Usage section of `README.md`, there is a description of importing CSS as follows, is this a correct description?

```js
import styles from "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css";
```

In my environment, the above description resulted in an error. I think the following description is more correct. What do you think?

```js
import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css";
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.