docs(readme): remove descriptions of packages in "Uses"

This commit is contained in:
郭桓桓 2023-03-02 20:31:42 +08:00
parent a40c973e46
commit 296bf3016e
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<h1 align="center">x-markdown-css</h1> <h1 align="center">x-markdown-css</h1>
<p align="center"> <center>
[![Version](https://img.shields.io/npm/v/x-markdown-css.svg)](https://www.npmjs.com/package/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) [![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) [![MIT License](https://img.shields.io/github/license/kuohuanhuan/x-markdown-css)](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE)
</p> </center>
> A simple and customizable markdown CSS stylesheet for everyone. > 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 ## Uses
- [SCSS](https://sass-lang.com): CSS pre-processor. - [SCSS](https://sass-lang.com)
- [Stylelint](https://stylelint.io): Linting SCSS codes. - [Stylelint](https://stylelint.io)
- [Grunt](https://gruntjs.com): Automating build tasks. - [Grunt](https://gruntjs.com)
- [PostCSS](https://postcss.org): Transforming CSS dist. - [PostCSS](https://postcss.org)
- [cssnano](https://cssnano.co): Compressing CSS dist. - [cssnano](https://cssnano.co)
*...and much more.* *...and much more.*