postcss-brand-colors

3.0.0 • Public • Published

PostCSS Brand Colors Build Status

PostCSS plugin to insert branding colors of all the major companies.

It takes colors from brand-colors package.

.twitter-button {
    background: twitter-color;
}
.twitter-button {
    background: #55acee;
}

Usage

postcss([ require('postcss-brand-colors') ])

See PostCSS docs for examples for your environment.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i postcss-brand-colors

    Weekly Downloads

    295

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    3.16 kB

    Total Files

    5

    Last publish

    Collaborators

    • ai