Kuma
🐻 Pastel markdown styling framework
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 kuma = require('kumacss');
const kumaPath = kuma.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