Socket
Socket
Sign inDemoInstall

@brandcolors/collection

Package Overview
Dependencies
8
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @brandcolors/collection

Brand Colors Collection.


Version published
Maintainers
1
Created

Changelog

Source

1.4.0 (2022-04-20)

Features

  • brandcolors: add colors.json (df0f23b)
  • brandcolors: add global variables (1f890aa)
  • brandcolors: add vimeo (bb5dbef)
  • change @brandcolors/collection for brandcolors (091da69)
  • core: add core package (08f6a9e)
  • facebook: use global variables (9c2305c)
  • google: use global variables (9f846d9)

Readme

Source

Brand Colors

Version Download License

Introduction

Brand Colors Collection.

Installation

npm install @brandcolors/collection

Usage

Styles

The styles will create all custom properties in CSS root.

@use "@brandcolors/collection/styles";

Theming

@use "@brandcolors/collection" as brandcolors;

.foo {
    color: brandcolors.$twitter-primary;
    // color: #1da1f2;
    color: brandcolors.$twitter-primary-rgb;
    // color: rgb(29, 161, 242);
}

Keywords

FAQs

Last updated on 19 Jul 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc