|
1 | 1 | # PostCSS color-mod() Function [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]
|
2 | 2 |
|
3 | 3 | [![NPM Version][npm-img]][npm-url]
|
4 |
| -[![Linux Build Status][cli-img]][cli-url] |
| 4 | +[![CSS Standard Status][css-img]][css-url] |
| 5 | +[![Build Status][cli-img]][cli-url] |
5 | 6 | [![Windows Build Status][win-img]][win-url]
|
6 |
| -[![Gitter Chat][git-img]][git-url] |
| 7 | +[![Support Chat][git-img]][git-url] |
7 | 8 |
|
8 | 9 | [PostCSS color-mod() Function] lets you modify colors using the `color-mod()`
|
9 | 10 | function in CSS, following the [CSS Color Module Level 4] specification.
|
@@ -196,14 +197,16 @@ However, because these transformations occur at build time, they cannot be
|
196 | 197 | considered accurate. Accurately resolving cascading variables relies on
|
197 | 198 | knowledge of the living DOM tree.
|
198 | 199 |
|
199 |
| -[npm-url]: https://www.npmjs.com/package/postcss-color-mod-function |
200 |
| -[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg |
201 |
| -[cli-url]: https://travis-ci.org/jonathantneal/postcss-color-mod-function |
202 | 200 | [cli-img]: https://img.shields.io/travis/jonathantneal/postcss-color-mod-function.svg
|
203 |
| -[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-color-mod-function |
204 |
| -[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-color-mod-function.svg |
| 201 | +[cli-url]: https://travis-ci.org/jonathantneal/postcss-color-mod-function |
| 202 | +[css-img]: https://jonathantneal.github.io/cssdb/badge/color-mod-function.svg |
| 203 | +[css-url]: https://jonathantneal.github.io/css-db/#css-variables |
| 204 | +[git-img]: https://img.shields.io/badge/support-chat-blue.svg |
205 | 205 | [git-url]: https://gitter.im/postcss/postcss
|
206 |
| -[git-img]: https://img.shields.io/badge/chat-gitter-blue.svg |
| 206 | +[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg |
| 207 | +[npm-url]: https://www.npmjs.com/package/postcss-color-mod-function |
| 208 | +[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-color-mod-function.svg |
| 209 | +[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-color-mod-function |
207 | 210 |
|
208 | 211 | [CSS Color Module Level 4]: https://www.w3.org/TR/css-color-4/#funcdef-color-mod
|
209 | 212 | [Gulp PostCSS]: https://github.com/postcss/gulp-postcss
|
|
0 commit comments