Skip to content

Commit 1a90918

Browse files
postcss-focus-within v7.0.2
1 parent 4f487af commit 1a90918

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/postcss-focus-within/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to PostCSS Focus Within
22

3-
### Unreleased (patch)
3+
### 7.0.2 (February 8, 2023)
44

55
- Reduce the amount of duplicate fallback CSS.
66

plugins/postcss-focus-within/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ or
148148

149149
```html
150150
<!-- When using a CDN url you will have to manually update the version number -->
151-
<script src="https://unpkg.com/postcss-focus-within@7.0.1/dist/browser-global.js"></script>
151+
<script src="https://unpkg.com/postcss-focus-within@7.0.2/dist/browser-global.js"></script>
152152
<script>focusWithinInit()</script>
153153
```
154154

plugins/postcss-focus-within/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-focus-within",
33
"description": "Use the :focus-within pseudo-selector in CSS",
4-
"version": "7.0.1",
4+
"version": "7.0.2",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)