0.1.4 • Published 6 years ago

kumacss v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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');

// Get the path to kuma.css
const kumaStyleSheet = kuma.path();

API

kuma.path()

  • Type: Function

  • Return 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

License

MIT