Home

Awesome

PostCSS Brand Colors Build Status

<img align="right" width="135" height="95" title="Philosopher’s stone, logo of PostCSS" src="http://postcss.github.io/postcss/logo-leftp.svg">

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.