File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ And run `webpack` via your preferred method.
61
61
62
62
### ` toString `
63
63
64
- You can also use the css-loader results directly as string, such as in Angular's component style.
64
+ You can also use the css-loader results directly as a string, such as in Angular's component style.
65
65
66
66
** webpack.config.js**
67
67
@@ -182,7 +182,7 @@ In addition to that relative paths are buggy and you need to use an absolute pub
182
182
Type: ` Number `
183
183
Default: ` 0 `
184
184
185
- Option ` importLoaders ` allows to configure how many loaders before ` css-loader ` should be applied to ` @import ` ed resources.
185
+ Option ` importLoaders ` allows you to configure how many loaders before ` css-loader ` should be applied to ` @import ` ed resources.
186
186
187
187
** webpack.config.js**
188
188
@@ -203,7 +203,7 @@ Option `importLoaders` allows to configure how many loaders before `css-loader`
203
203
}
204
204
```
205
205
206
- This may change in the future, when the module system (i. e. webpack) supports loader matching by origin.
206
+ This may change in the future when the module system (i. e. webpack) supports loader matching by origin.
207
207
208
208
## Examples
209
209
You can’t perform that action at this time.
0 commit comments