0.0.3 • Published 5 years ago

@zenn-dev/zenn-css v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Zenn Content CSS

Style for post content.

Getting Started

  1. Some Css loader might be needed if you use this with Webpack.
import '@zenn-dev/zenn-css';
  1. 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.