File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
- [ ![ 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 )
7
5
8
6
[ PostCSS color-mod() Function] lets you modify colors using the ` color-mod() `
9
7
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
190
188
resolve them. If ` transformVars ` is set to ` false ` then ` importFrom ` will not
191
189
be used.
192
190
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
199
191
[ npm-img ] : https://img.shields.io/npm/v/postcss-color-mod-function.svg
200
192
[ npm-url ] : https://www.npmjs.com/package/postcss-color-mod-function
201
193
You can’t perform that action at this time.
0 commit comments