Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 4090665

Browse files
committed
update project configuration
1 parent c0074ca commit 4090665

File tree

3 files changed

+3
-2096
lines changed

3 files changed

+3
-2096
lines changed

.gitignore

+1
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

+2-2
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-focus-within.svg" height="20">][npm-url]
44
[<img alt="CSS Standard Status" src="https://cssdb.org/badge/focus-within-pseudo-class.svg" height="20">][css-url]
5-
[<img alt="build status" src="https://img.shields.io/travis/csstools/postcss-focus-within/master.svg" height="20">][cli-url]
5+
[<img alt="Build Status" src="https://github.com/csstools/postcss-focus-within/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 Focus Within] lets you use the `:focus-within` pseudo-class in CSS,
@@ -116,7 +116,7 @@ focusWithin({ replaceWith: '.focus-within' });
116116
```
117117

118118
[css-url]: https://cssdb.org/#focus-within-pseudo-class
119-
[cli-url]: https://travis-ci.org/csstools/postcss-focus-within
119+
[cli-url]: https://github.com/csstools/postcss-focus-within/actions/workflows/test.yml?query=workflow/test
120120
[git-url]: https://gitter.im/postcss/postcss
121121
[npm-url]: https://www.npmjs.com/package/postcss-focus-within
122122

0 commit comments

Comments
 (0)