Skip to content

Commit c2e0934

Browse files
skipjackmichael-ciniawsky
authored andcommitted
docs(README): fix broken link (#550)
1 parent ec4006c commit c2e0934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ To import from multiple modules use multiple `composes:` rules.
342342

343343
By default the css-loader minimizes the css if specified by the module system.
344344

345-
In some cases the minification is destructive to the css, so you can provide your own options to the minifier if needed. cssnano is used for minification and you find a [list of options here](http://cssnano.co/options/).
345+
In some cases the minification is destructive to the css, so you can provide your own options to the cssnano-based minifier if needed. See [cssnano's documentation](http://cssnano.co/guides/) for more information on the available options.
346346

347347
You can also disable or enforce minification with the `minimize` query parameter.
348348

0 commit comments

Comments
 (0)