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 @@ -25,7 +25,7 @@ npm install postcss-loader --save-dev
2525
2626## Usage
2727
28- You can configure PostCSS Loader in common PostCSS config on directly
28+ You can configure PostCSS Loader in common PostCSS config or directly
2929in Webpack config. Common PostCSS config is recommended way, because
3030many PostCSS tools will be able to share it.
3131
@@ -262,12 +262,12 @@ If you use JS styles without `postcss-js` parser, you can add `exec` parameter:
262262### Webpack Events
263263
264264Webpack provides webpack plugin developers a convenient way
265- to hook into the build pipeline. The postcss-loader makes us
265+ to hook into the build pipeline. The postcss-loader makes use
266266of this event system to allow building integrated postcss-webpack tools.
267267
268268See the [ example] implementation.
269269
270270Event ` postcss-loader-before-processing ` is fired before processing and allows
271- to add or remove postcss plugins
271+ to add or remove postcss plugins.
272272
273273[ example ] : https://github.com/postcss/postcss-loader/blob/master/test/webpack-plugins/rewrite.js
You can’t perform that action at this time.
0 commit comments