Skip to content

Commit

Permalink
docs(README): fix broken link (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack authored and michael-ciniawsky committed Jun 2, 2017
1 parent ec4006c commit c2e0934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -342,7 +342,7 @@ To import from multiple modules use multiple `composes:` rules.

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

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/).
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.

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

Expand Down

0 comments on commit c2e0934

Please sign in to comment.