Skip to content

Commit b5c9167

Browse files
authored
Merge pull request ChartsCSS#21 from postmodernistx/patch-1
📝 Clarify installation with npm/yarn
2 parents 54afe47 + f31c37c commit b5c9167

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/docs/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ Or using [yarn](https://classic.yarnpkg.com/en/package/charts.css):
5353
```bash
5454
yarn add charts.css
5555
```
56+
57+
Then import it in your project:
58+
```javascript
59+
import 'charts.css';
60+
```

0 commit comments

Comments
 (0)