0.0.3 • Published 5 years ago
@zenn-dev/zenn-css v0.0.3
Zenn Content CSS
Style for post content.
Getting Started
- Some Css loader might be needed if you use this with Webpack.
import '@zenn-dev/zenn-css';
- Add post content wrapper class
znc
<div class="znc">
<!-- html parsed from markdown comes here. -->
</div>
Note that the styles are not applied to elements outside wrapper class znc
.
ToDo
- Add autoprefixer if needed.