1.0.1 • Published 7 years ago

brand-colors-es6 v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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