包详细信息

postcss-brand-colors

postcss918MIT3.0.0

PostCSS plugin to insert branding colors of all the major companies

postcss, css, postcss-plugin, branding

自述文件

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.

更新日志

Change Log

This project adheres to Semantic Versioning.

3.0

  • Use PostCSS 7.
  • Remove Node.js 4 support.

2.0

  • Use Brand Colors 2.x.

1.0

  • Use PostCSS 6.0.

0.4

  • Use Brand Colors 1.x.

0.3

  • Use PostCSS 5.0.
  • Use Brand Colors 0.5 API.

0.2

  • Support PostCSS 4.1 API.

0.1

  • Initial release.