post-style
v1.1.0
Published
CSS style for markdown
Downloads
162
Maintainers
Readme
English | 中文
post.css
is a extensible CSS library for markdown document. It provides multiple themes, you can visit post-css.vercel.app to select the theme you like.
Usage
Using the <link>
tag
<!-- cdn -->
<link rel="stylesheet" href="https://unpkg.com/post-style/lib/post.min.css">
Using in Sass/Scss
npm i -D post-style
@import "~post-style";