Skip to content

Commit

Permalink
Merge pull request #167 from Digetal/patch-1
Browse files Browse the repository at this point in the history
Correct link to cssnano docs in modules page
  • Loading branch information
maltsev committed Nov 17, 2021
2 parents 5bbfef9 + 0bb13cb commit dd33f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/050-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Optimized:
Minifies CSS with [cssnano](http://cssnano.co/) inside `<style>` tags and `style` attributes.

#### Options
See [the documentation of cssnano](http://cssnano.co/optimisations/) for all supported optimizations.
See [the documentation of cssnano](http://cssnano.co/docs/optimisations/) for all supported optimizations.
By default CSS is minified with preset `default`, which shouldn't have any side-effects.

To use another preset or disabled some optimizations pass options to `minifyCss` module:
Expand Down

0 comments on commit dd33f2b

Please sign in to comment.