0.1.4 • Published 8 years ago
kumacss v0.1.4
Description
Kuma is a simple, discrete, pastel markdown styling framework.
Live preview is available here.
Contents
Install
npm install --save-dev kumacssUsage
After installing simply set Kuma as your main stylesheet.
const kuma = require('kumacss');
// Get the path to kuma.css
const kumaStyleSheet = kuma.path();API
kuma.path()
Type:
FunctionReturn type:
String
Returns the absolute path of kuma.css located in node_modules.
Development
- Install the dependencies
npm install - Start the building server
npm start - Check for errors
npm test - Build Kuma
npm run dist
Team
Coded with ❤ by
- Klaus Sinani (@klauscfhq)
- Mario Sinani (@mariocfhq)