wgmd-style
v1.0.2
Published
Writegap's Markdown Render Style (CSS)
Downloads
1
Readme
What is This?
This markdown style is a CSS based on the github-markdown-css
by Sindresorhus
but with a few additional modifications to fit the brand color of Writegap.com
Usage
Install the package
# npm
npm install wgmd-style
# yarn
yarn add wgmd-style
Import the css
// import the style
import "wgmd-style";
export default function Component() {}