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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i brand-colors-es6

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • calinleafshade