Skip to content

Commit 7aabece

Browse files
authored
Update readme to SCSS to remove semicolon highlight (#1428)
1 parent a801373 commit 7aabece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Install react-vis via npm.
3737
npm install react-vis --save
3838

3939
Include the built main CSS file in your HTML page or via SASS:
40-
```sass
40+
```scss
4141
@import "~react-vis/dist/style";
4242
```
4343

4444
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:
45-
```sass
45+
```scss
4646
@import "~react-vis/dist/styles/legends";
4747
```
4848

0 commit comments

Comments
 (0)