Skip to content

Commit 4052f9d

Browse files
authored
Merge pull request #7 from marksy/master
updated yarn add example
2 parents 6719248 + ec54780 commit 4052f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ I work on a team that uses Sass. We've got a shared variables file that gets ref
1414
You'll need to install [sass-extract][sass-extract], [sass-extract-loader][sass-extract-loader], [node-sass][node-sass], and this plugin.
1515

1616
```sh
17-
$ yarn add sass-extract node-sass sass-extract-js
17+
$ yarn add sass-extract sass-extract-loader node-sass sass-extract-js
1818
```
1919

2020
*(npm install works too)*
@@ -65,7 +65,7 @@ $line-height: $base-font-size * 1.8;
6565
It will yield the following object:
6666

6767
```js
68-
{
68+
{
6969
primary: 'rgb(255, 202, 77)',
7070
seondary: 'rgb(26, 147, 200)',
7171
primaryLight: 'rgb(255, 232, 179)',
@@ -82,7 +82,7 @@ It will yield the following object:
8282

8383
Everybody loves options and we've got one:
8484

85-
Option Name | Default | Description
85+
Option Name | Default | Description
8686
:---------- | :------ | :----------
8787
`camelCase` | true | Should SASS variable names be converted to camelCase
8888

0 commit comments

Comments
 (0)