Update README.md

Typos :
"which be achieved" => "which can be achieved"
"we have are" => "we are"
old
David Cho-Lerat 2016-08-22 15:17:04 +02:00 committed by GitHub
parent 48113bfef3
commit b6537005c6
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ $color-primary: $palette-blue-500;
$color-primary-dark: $palette-blue-700;
```
This file should be prepended to each stylesheet compilation which be achieved in multiple ways.
This file should be prepended to each stylesheet compilation which can be achieved in multiple ways.
### Using SASS Loader
@ -122,7 +122,7 @@ sassLoader: {
}
```
In this case we have are prepending the theme import to each SASS compilation so the primary color will be changed in every single stylesheet. If you are not using webpack maybe your loader still has a similar option, otherwise don't worry, there are solutions.
In this case we are prepending the theme import to each SASS compilation so the primary color will be changed in every single stylesheet. If you are not using webpack maybe your loader still has a similar option, otherwise don't worry, there are solutions.
### Using SASS imports and props