Skip to content

Commit 87ea3f6

Browse files
committed
Fix line breaks
1 parent 69d3f11 commit 87ea3f6

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
@@ -93,11 +93,11 @@ module.exports = {
9393
## Integration with postcss-import
9494
9595
When using [postcss-import] plugin, you may want to tell webpack about
96-
dependencies coming from your `@import` directives.
96+
dependencies coming from your `@import` directives.
9797
For example: in watch mode, to enable recompile on change.
9898
9999
Since the function in postcss section is executed with
100-
the [webpack loader-context], we can use the postcss-import callback
100+
the [webpack loader-context], we can use the postcss-import callback
101101
[onImport] to tell webpack what files need to be watched.
102102
103103
```js

0 commit comments

Comments
 (0)