Skip to content

CalinLeafshade/brand-colors-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brand-colors-es6

An es6 compatible bundle of brand colors.

This library allows you to include only the brand colors you want in your webpack bundle

Usage

import { twitter, medium, google } from "brand-colors-es6";

console.log(twitter) // "#55acee"

If the naming of the variables is a problem you can do:

import { twitter as twitterColor } from "brand-colors-es6";

console.log(twitterColor) // "#55acee"

Thanks

Thanks to @reimertz who maintains brand-colors upon which this library is based

About

An es6 compatible bundle of brand colors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published