From f68921d9d0cba17d4644526e65a39202fe1a4ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Thu, 2 Mar 2023 19:17:47 +0800 Subject: [PATCH] docs(readme): add `cssnano` to "Uses" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a743b..c88eed0 100644 --- a/README.md +++ b/README.md @@ -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.*