3.0.0 • Published 6 years ago

postcss-brand-colors v3.0.0

Weekly downloads
190
License
MIT
Repository
github
Last release
6 years ago

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.