Skip to content

Commit 74fc649

Browse files
committed
update project configuration
1 parent 3ac3f73 commit 74fc649

File tree

3 files changed

+3
-2136
lines changed

3 files changed

+3
-2136
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist
22
node_modules
33
package-lock.json
4+
yarn.lock
45
*.log*
56
*.result.css
67
.*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[<img alt="NPM Version" src="https://img.shields.io/npm/v/postcss-env-function.svg" height="20">][npm-url]
44
[<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]
66
[<img alt="Support Chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]
77

88
[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
137137
Currently only valid [custom property names] (beginning with `--`) are accepted.
138138
Not all valid [declaration value names] are accepted.
139139

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
141141
[css-url]: https://cssdb.org/#environment-variables
142142
[git-url]: https://gitter.im/postcss/postcss
143143
[npm-url]: https://www.npmjs.com/package/postcss-env-function

0 commit comments

Comments
 (0)