From 296bf3016e16e4012122296373e679a01c05558a 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 20:31:42 +0800 Subject: [PATCH] docs(readme): remove descriptions of packages in "Uses" --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 279499b..0e53995 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@

x-markdown-css

-

+

[![Version](https://img.shields.io/npm/v/x-markdown-css.svg)](https://www.npmjs.com/package/x-markdown-css) [![Node.js Requirement](https://img.shields.io/badge/node-%3E%3D16-blue.svg)](https://github.com/kuohuanhuan/x-markdown-css/blob/master/package.json) [![MIT License](https://img.shields.io/github/license/kuohuanhuan/x-markdown-css)](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE) -

+
> A simple and customizable markdown CSS stylesheet for everyone. @@ -50,11 +50,11 @@ 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. -- [cssnano](https://cssnano.co): Compressing CSS dist. +- [SCSS](https://sass-lang.com) +- [Stylelint](https://stylelint.io) +- [Grunt](https://gruntjs.com) +- [PostCSS](https://postcss.org) +- [cssnano](https://cssnano.co) *...and much more.*