Skip to content

Commit 2881ac9

Browse files
Update README.md badges
1 parent 39f669e commit 2881ac9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# PostCSS color-mod() Function [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]
22

33
[![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]
56
[![Windows Build Status][win-img]][win-url]
6-
[![Gitter Chat][git-img]][git-url]
7+
[![Support Chat][git-img]][git-url]
78

89
[PostCSS color-mod() Function] lets you modify colors using the `color-mod()`
910
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
196197
considered accurate. Accurately resolving cascading variables relies on
197198
knowledge of the living DOM tree.
198199
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
202200
[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
205205
[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
207210
208211
[CSS Color Module Level 4]: https://www.w3.org/TR/css-color-4/#funcdef-color-mod
209212
[Gulp PostCSS]: https://github.com/postcss/gulp-postcss

0 commit comments

Comments
 (0)