75 lines
1.9 KiB
Markdown
75 lines
1.9 KiB
Markdown
<h1 align="center">x-markdown-css</h1>
|
|
|
|
> [!IMPORTANT]
|
|
> I am working on a new CSS styling library, so `x-markdown-css` is deprecated.
|
|
> PS. Sass dev team supports Palestine Hamas. **I am dropping it.**
|
|
|
|
<center>
|
|
|
|
[](https://www.npmjs.com/package/x-markdown-css)
|
|
[](https://github.com/kuohuanhuan/x-markdown-css/actions/workflows/ci.yml)
|
|
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE)
|
|
|
|
</center>
|
|
|
|
> A simple and customizable markdown CSS stylesheet for everyone.
|
|
|
|
## Browsers Support
|
|
|
|
According to [.browserslistrc](https://github.com/kuohuanhuan/x-markdown-css/blob/master/.browserslistrc), `x-markdown-css` supports **all browsers support CSS variables.**
|
|
|
|
## Get Started
|
|
|
|
Visit the [Wiki](https://github.com/kuohuanhuan/x-markdown-css/wiki) page for more information.
|
|
|
|
## Built with
|
|
|
|
The following tools and suite libraries made the development of `x-markdown-css` possible:
|
|
|
|
- [SCSS](https://sass-lang.com)
|
|
- [Stylelint](https://stylelint.io)
|
|
- [Grunt](https://gruntjs.com)
|
|
- [PostCSS](https://postcss.org)
|
|
- [cssnano](https://cssnano.co)
|
|
|
|
*...and much more.*
|
|
|
|
## Development
|
|
|
|
### Requirement
|
|
|
|
- Node.js >= 16
|
|
|
|
### Install
|
|
|
|
```sh
|
|
npm i
|
|
```
|
|
|
|
### Build
|
|
|
|
```sh
|
|
npm run build
|
|
```
|
|
|
|
or
|
|
|
|
```sh
|
|
grunt build
|
|
```
|
|
|
|
or
|
|
|
|
```sh
|
|
npx grunt build
|
|
```
|
|
|
|
## Contributing
|
|
|
|
PRs, issues and feature requests are welcome!
|
|
Feel free to check [Issues](https://github.com/kuohuanhuan/x-markdown-css/issues) page. You can also take a look at the [Contributing Guide](https://github.com/kuohuanhuan/x-markdown-css/blob/master/CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
Copyright (c) 2023 [kuohuanhuan](https://github.com/kuohuanhuan), licensed under [MIT](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE).
|