File tree Expand file tree Collapse file tree 3 files changed +3
-2136
lines changed Expand file tree Collapse file tree 3 files changed +3
-2136
lines changed Original file line number Diff line number Diff line change 1
1
dist
2
2
node_modules
3
3
package-lock.json
4
+ yarn.lock
4
5
* .log *
5
6
* .result.css
6
7
. *
Original file line number Diff line number Diff line change 2
2
3
3
[ <img alt =" NPM Version " src =" https://img.shields.io/npm/v/postcss-env-function.svg " height =" 20 " >] [ npm-url ]
4
4
[ <img alt =" CSS Standard Status " src =" https://cssdb.org/badge/environment-variables.svg " height =" 20 " >] [ css-url ]
5
- [ <img alt =" Build Status " src =" https://img.shields.io/travis/ csstools/postcss-env-function/master .svg " height =" 20 " >] [ cli-url ]
5
+ [ <img alt =" Build Status " src =" https://github.com/ csstools/postcss-env-function/workflows/test/badge .svg " height =" 20 " >] [ cli-url ]
6
6
[ <img alt =" Support Chat " src =" https://img.shields.io/badge/support-chat-blue.svg " height =" 20 " >] [ git-url ]
7
7
8
8
[ PostCSS Environment Variables] lets you use ` env() ` variables in CSS, following the [ CSS Environment Variables] specification.
@@ -137,7 +137,7 @@ See example imports written in [JS](test/import-variables.js) and [JSON](test/im
137
137
Currently only valid [ custom property names] (beginning with ` -- ` ) are accepted.
138
138
Not all valid [ declaration value names] are accepted.
139
139
140
- [ cli-url ] : https://travis-ci.org /csstools/postcss-env-function
140
+ [ cli-url ] : https://github.com /csstools/postcss-env-function/actions/workflows/test.yml?query=workflow/test
141
141
[ css-url ] : https://cssdb.org/#environment-variables
142
142
[ git-url ] : https://gitter.im/postcss/postcss
143
143
[ npm-url ] : https://www.npmjs.com/package/postcss-env-function
You can’t perform that action at this time.
0 commit comments