You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ Install react-vis via npm.
37
37
npm install react-vis --save
38
38
39
39
Include the built main CSS file in your HTML page or via SASS:
40
-
```sass
40
+
```scss
41
41
@import"~react-vis/dist/style";
42
42
```
43
43
44
44
You can also select only the styles you want to use. This helps minimize the size of the outputted CSS. Here's an example of importing only the legends styles:
0 commit comments