@brandcolors/collection

1.3.0 • Public • Published

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);
}

Package Sidebar

Install

npm i @brandcolors/collection

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

5.14 kB

Total Files

6

Last publish

Collaborators

  • bdamevin