All Projects → postcss → postcss-brand-colors

postcss / postcss-brand-colors

Licence: MIT License
PostCSS plugin to insert branding colors of all the major companies

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].