File tree 3 files changed +5
-14
lines changed
3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to CSS Blank Pseudo
2
2
3
- ### Unreleased (major)
3
+ ### 7.0.0
4
+
5
+ _ August 3, 2024_
4
6
5
7
- Updated: Support for Node v18+ (major).
6
8
Original file line number Diff line number Diff line change 1
1
# PostCSS Blank Pseudo [ <img src =" https://postcss.github.io/postcss/logo.svg " alt =" PostCSS Logo " width =" 90 " height =" 90 " align =" right " >] [ PostCSS ]
2
2
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
-
5
3
``` bash
6
4
npm install css-blank-pseudo --save-dev
7
5
```
@@ -47,16 +45,7 @@ postcss([
47
45
]).process (YOUR_CSS /* , processOptions */ );
48
46
```
49
47
50
- [ PostCSS Blank Pseudo] runs in all Node environments, with special
51
- instructions for:
52
48
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 )
60
49
61
50
## Options
62
51
149
138
150
139
``` html
151
140
<!-- 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 >
153
142
<script >cssBlankPseudoInit () </script >
154
143
```
155
144
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-blank-pseudo" ,
3
3
"description" : " Style form elements when they are empty" ,
4
- "version" : " 6 .0.2 " ,
4
+ "version" : " 7 .0.0 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments