Skip to content

Commit 794ef81

Browse files
committed
css-blank-pseudo v7.0.0
1 parent bf9a304 commit 794ef81

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

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 (major)
3+
### 7.0.0
4+
5+
_August 3, 2024_
46

57
- Updated: Support for Node v18+ (major).
68

plugins/css-blank-pseudo/README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PostCSS Blank Pseudo [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
22

3-
[<img alt="npm version" src="https://img.shields.io/npm/v/css-blank-pseudo.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/blank-pseudo-class.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/blank-pseudo-class.svg" height="20">][css-url]
4-
53
```bash
64
npm install css-blank-pseudo --save-dev
75
```
@@ -47,16 +45,7 @@ postcss([
4745
]).process(YOUR_CSS /*, processOptions */);
4846
```
4947

50-
[PostCSS Blank Pseudo] runs in all Node environments, with special
51-
instructions for:
5248

53-
- [Node](INSTALL.md#node)
54-
- [PostCSS CLI](INSTALL.md#postcss-cli)
55-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
56-
- [Webpack](INSTALL.md#webpack)
57-
- [Next.js](INSTALL.md#nextjs)
58-
- [Gulp](INSTALL.md#gulp)
59-
- [Grunt](INSTALL.md#grunt)
6049

6150
## Options
6251

@@ -149,7 +138,7 @@ or
149138

150139
```html
151140
<!-- 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.2/dist/browser-global.js"></script>
141+
<script src="https://unpkg.com/css-blank-pseudo@7.0.0/dist/browser-global.js"></script>
153142
<script>cssBlankPseudoInit()</script>
154143
```
155144

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.2",
4+
"version": "7.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)