brand-colors-es6

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i brand-colors-es6

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • calinleafshade