1.3.0 • Published 4 years ago
@brandcolors/collection v1.3.0
Introduction
Brand Colors Collection.
Installation
npm install @brandcolors/collectionUsage
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);
}