Skip to content

Commit 52780ab

Browse files
committed
css-blank-pseudo v6.0.2
1 parent 6a451d6 commit 52780ab

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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/css-blank-pseudo/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to CSS Blank Pseudo
22

3-
### Unreleased (patch)
3+
### 6.0.2
4+
5+
_April 18, 2024_
46

57
- Fix: Do not throw when a html select has the attribute "multiple" set.
68

plugins/css-blank-pseudo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ or
149149

150150
```html
151151
<!-- When using a CDN url you will have to manually update the version number -->
152-
<script src="https://unpkg.com/css-blank-pseudo@6.0.1/dist/browser-global.js"></script>
152+
<script src="https://unpkg.com/css-blank-pseudo@6.0.2/dist/browser-global.js"></script>
153153
<script>cssBlankPseudoInit()</script>
154154
```
155155

plugins/css-blank-pseudo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-blank-pseudo",
33
"description": "Style form elements when they are empty",
4-
"version": "6.0.1",
4+
"version": "6.0.2",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)