1.1.0 • Published 1 year ago

post-style v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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";

Using CSS variables to customize styles