New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

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

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