Kuma
🐻 Pastel markdown styling framework
![npm](https://img.shields.io/npm/dt/kumacss.svg)
Description
Kuma is a simple, discrete, pastel markdown styling framework.
Live preview is available here.
Contents
Install
npm install --save-dev kumacss
Usage
After installing simply set kuma 🐻 as your main stylesheet.
const kumaPath = require('kumacss');
const kumaCSS = kumaPath();
API
kumaPath()
-
Type: Function
-
Return type: String
Returns the absolute path of kuma.css
located in node_modules
.
Dev
- Install the dependencies
npm install
- Check for errors
npm test
- Build kuma
npm run dist
- Build the preview doc
npm run build
Team
Coded with ❤ by
License
MIT