1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

Merge pull request #5709 from trueLoving/master

docs(frontend-performance): fix 'cssnano' website link
This commit is contained in:
dsh
2024-05-21 15:30:53 +01:00
committed by GitHub

View File

@@ -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)