New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Kuma

🐻 Pastel markdown styling framework

Build Status Build status Dependency Status XO code style Gitter Latest version npm

Description

Kuma is a simple, discrete, pastel markdown styling framework.

Live preview is available here.

Come over to our Gitter channel to share your thoughts on the project or to just say hi.

Contents

Install

npm i --save-dev kumacss

Usage

After installing simply set kuma.css as your main stylesheet.

Programmatically

Kuma can be directly linked from node_modules using the node_modules/kumacss/dist/kuma.css filepath.

const path = require('path');

const join = path.join;
const resolve = path.resolve;

const kumaCSS = 'kuma.css';
const distDir = 'node_modules/kumacss/dist';

const distPath = resolve(__dirname, distDir);
const kumaCSSPath = join(distPath, kumaCSS);
Manually

Directly link kuma.css on your doc.

<link rel="stylesheet" href="path/to/kuma.css">

Building

  • Clone the repo to your local machine
  • Install the dependencies npm install
  • Once done editing check for errors npm test
  • Run the development server npm start
  • Build the preview docs npm run build
  • Build Kuma npm run dist
  • Clean-up compiled files npm run clean

Team

Coded with ❤ by

Klaus SinaniMario Sinani
Klaus SinaniMario Sinani

License

MIT

Keywords

FAQs

Package last updated on 04 Dec 2017

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