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

kaizen-ui-colors

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaizen-ui-colors

Sass variables for Kaizen Platform UI colors

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

kaizen-ui-colors

Circle CI

Sass Variables for Kaizen Platform UI Colors

Preview

http://kaizenplatform.github.io/kaizen-ui-colors

Installation

Use from Compass Project

Gemfile
gem 'compass-kaizen-ui-colors', git: 'git@github.com:kaizenplatform/kaizen-ui-colors.git'
In your SASS file
@import "kaizen-ui-colors"

Install with npm

npm install kaizenplatform/kaizen-ui-colors

Development

Compile & show preview

npm run compile

Use JSON Data in Node.js

First, install with npm.

npm install kaizenplatform/kaizen-ui-colors

Then, you can load the JSON data.

var json = require('kaizen-ui-colors');
import json from 'kaizen-ui-colors';

Use as TypeScript Library

kaizen-ui-colors/lib is an entry point which provides color schemas as TypeScript library.

colors

colors module is a typed color schema.

You can import it and use as below:

import { colors } from 'kaizen-ui-colors/lib';

const color: string = colors.lava_lighter__febebe; // `name_modifier__hex`

Keywords

FAQs

Package last updated on 29 Aug 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