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

bifrost-color

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bifrost-color

An easy to use beautiful color palette written in SCSS

  • 4.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Bifrost

Bower npm Build Status

Bifrost is an easy to use and highly configurable color palette for your Sass projects.

It uses the SCSS syntax with human-readable variable naming provided by Sip's handy naming gimmick.

Colors are provided as rgba format to make every value easily adjustable.


Usage

Install it from npm (preferred) or bower:

npm install -D bifrost-color
bower install --save-dev bifrost-color

Use it in your Sass files by calling the function and passing the correct parameters:

/**
 * @param {string} color-group
 * @param {string} named-color
 */

ul li {
  color: bifrost(whites, narvik);
}

See an example of bifrost here

Preview

Contributing

Be sure to add your own colors to help improve the list. Make sure you format them as rgba and respect the rules from scss-lint.

Run tests locally with npm install && npm test and submit a PR.

Keywords

FAQs

Package last updated on 03 Sep 2016

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