Skip to content

Commit 0f238c3

Browse files
authored
Merge pull request react-toolbox#721 from david-cho-lerat-HL2/patch-3
Update README.md
2 parents 48113bf + b653700 commit 0f238c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $color-primary: $palette-blue-500;
110110
$color-primary-dark: $palette-blue-700;
111111
```
112112

113-
This file should be prepended to each stylesheet compilation which be achieved in multiple ways.
113+
This file should be prepended to each stylesheet compilation which can be achieved in multiple ways.
114114

115115
### Using SASS Loader
116116

@@ -122,7 +122,7 @@ sassLoader: {
122122
}
123123
```
124124

125-
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.
125+
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.
126126

127127
### Using SASS imports and props
128128

0 commit comments

Comments
 (0)