🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@nib-styles/colors

Package Overview
Dependencies
Maintainers
15
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nib-styles/colors

A handful of pure colour variables for the most used colours at nib. See the [nib-pattern-library](https://nib-pattern-library.firebaseapp.com/pages/colours.html) for colours.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
15
Created
Source

@nib-styles/colors

A handful of pure colour variables for the most used colours at nib. See the nib-pattern-library for colours.

All colours are prefixed with color- to prevent potential name conflicts, and for easier editor auto completion.

Installation

npm i --save @nib-styles/colors

Usage

@import "@nib-styles/colors";

.box {
  background-color: $color-sneezy;
  color: $color-prince-charles;
}

NB:

This repo is not for defining application-specific variables (i.e. $border-color: $color-bashful;)

Changelog

  • 1.0.0 Breaking change, fresh start with our current colours

FAQs

Package last updated on 14 Dec 2015

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