Merge pull request #5709 from trueLoving/master

docs(frontend-performance): fix 'cssnano' website link
pull/5711/head
dsh 9 months ago committed by GitHub
commit 1b79a91295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/best-practices/frontend-performance/content/minify-css.md

@ -6,7 +6,7 @@ When CSS files are minified, the content is loaded faster and less data is sent
Use tools to minify your files automatically before or during your build or your deployment.
- [cssnano: A modular minifier based on the PostCSS ecosystem. - cssnano](https://cssnano.co/)
- [cssnano: A modular minifier based on the PostCSS ecosystem. - cssnano](https://cssnano.github.io/cssnano/)
- [CSS Minifier](https://goonlinetools.com/css-minifier/)
- [@neutrinojs/style-minify - npm](https://www.npmjs.com/package/@neutrinojs/style-minify)
- [Online CSS Compressor](http://refresh-sf.com)

Loading…
Cancel
Save