brand-colors-es6
v1.0.1
Published
An ES6-compatible list of brand colors
Downloads
2
Maintainers
Readme
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