Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kumacss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kumacss

🐻 Pastel markdown styling framework

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source


Kuma

🐻 Pastel markdown styling framework

Build Status Coverage Status Dependency Status XO code style Latest version DLs

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

Keywords

FAQs

Package last updated on 13 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc