docs(readme): remove descriptions of packages in "Uses"
This commit is contained in:
parent
a40c973e46
commit
296bf3016e
14
README.md
14
README.md
|
@ -1,12 +1,12 @@
|
||||||
<h1 align="center">x-markdown-css</h1>
|
<h1 align="center">x-markdown-css</h1>
|
||||||
|
|
||||||
<p align="center">
|
<center>
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/x-markdown-css)
|
[](https://www.npmjs.com/package/x-markdown-css)
|
||||||
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/package.json)
|
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/package.json)
|
||||||
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE)
|
[](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.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue