1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

docs(readme): add cssnano to "Uses"

This commit is contained in:
郭桓桓 2023-03-02 19:17:47 +08:00
parent ae19499146
commit f68921d9d0
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

@ -39,9 +39,10 @@ You can use the minified CSS file with a CDN service:
## Uses
- [SCSS](https://sass-lang.com): CSS pre-processor.
- [Stylelint](https://stylelint.io): Linting SCSS codes.
- [Grunt](https://gruntjs.com): Automating build tasks.
- [PostCSS](https://postcss.org): Transforming CSS dist.
- [Stylelint](https://stylelint.io): Linting SCSS codes.
- [cssnano](https://cssnano.co): Compressing CSS dist.
*...and much more.*