Skip to content

Commit e442090

Browse files
committed
fix more links
1 parent a94b91c commit e442090

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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-
[![CSS Standard Status][css-img]][css-url]
5-
[![Build Status][cli-img]][cli-url]
6-
[![Support Chat][git-img]][git-url]
4+
[![Test](https://github.com/csstools/postcss-color-mod-function/actions/workflows/test.yml/badge.svg)](https://github.com/csstools/postcss-color-mod-function/actions/workflows/test.yml)
75

86
[PostCSS color-mod() Function] lets you modify colors using the `color-mod()`
97
function in CSS, following the outdated version of [CSS Color Module Level 4] specification (05 July 2016).
@@ -190,12 +188,6 @@ Variables may reference other variables, and this plugin will attempt to
190188
resolve them. If `transformVars` is set to `false` then `importFrom` will not
191189
be used.
192190

193-
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-color-mod-function.svg
194-
[cli-url]: https://travis-ci.org/jonathantneal/postcss-color-mod-function
195-
[css-img]: https://cssdb.org/badge/color-mod-function.svg
196-
[css-url]: https://preset-env.cssdb.org/features#color-mod-function
197-
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
198-
[git-url]: https://gitter.im/postcss/postcss
199191
[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg
200192
[npm-url]: https://www.npmjs.com/package/postcss-color-mod-function
201193

0 commit comments

Comments
 (0)