Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 29, 2018
1 parent 2a41654 commit cb4c028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -61,7 +61,7 @@ And run `webpack` via your preferred method.

### `toString`

You can also use the css-loader results directly as string, such as in Angular's component style.
You can also use the css-loader results directly as a string, such as in Angular's component style.

**webpack.config.js**

Expand Down Expand Up @@ -182,7 +182,7 @@ In addition to that relative paths are buggy and you need to use an absolute pub
Type: `Number`
Default: `0`

Option `importLoaders` allows to configure how many loaders before `css-loader` should be applied to `@import`ed resources.
Option `importLoaders` allows you to configure how many loaders before `css-loader` should be applied to `@import`ed resources.

**webpack.config.js**

Expand All @@ -203,7 +203,7 @@ Option `importLoaders` allows to configure how many loaders before `css-loader`
}
```

This may change in the future, when the module system (i. e. webpack) supports loader matching by origin.
This may change in the future when the module system (i. e. webpack) supports loader matching by origin.

## Examples

Expand Down

0 comments on commit cb4c028

Please sign in to comment.