File tree 3 files changed +5
-16
lines changed
plugins/postcss-scope-pseudo-class
3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Scope Pseudo Class
2
2
3
- ### Unreleased (major)
3
+ ### 4.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 Scope Pseudo Class [ <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/@csstools/postcss-scope-pseudo-class.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/scope-pseudo-class.svg " height =" 20 " >] [ css-url ] [ <img alt =" CSS Standard Status " src =" https://cssdb.org/images/badges/scope-pseudo-class.svg " height =" 20 " >] [ css-url ]
4
-
5
- ``` bash
6
- npm install @csstools/postcss-scope-pseudo-class --save-dev
7
- ```
3
+ ` npm install @csstools/postcss-scope-pseudo-class --save-dev `
8
4
9
5
[ PostCSS Scope Pseudo Class] lets you use the ` :scope ` Pseudo-class following the [ Selectors 4 specification] .
10
6
@@ -39,16 +35,7 @@ postcss([
39
35
]).process (YOUR_CSS /* , processOptions */ );
40
36
```
41
37
42
- [ PostCSS Scope Pseudo Class] runs in all Node environments, with special
43
- instructions for:
44
38
45
- - [ Node] ( INSTALL.md#node )
46
- - [ PostCSS CLI] ( INSTALL.md#postcss-cli )
47
- - [ PostCSS Load Config] ( INSTALL.md#postcss-load-config )
48
- - [ Webpack] ( INSTALL.md#webpack )
49
- - [ Next.js] ( INSTALL.md#nextjs )
50
- - [ Gulp] ( INSTALL.md#gulp )
51
- - [ Grunt] ( INSTALL.md#grunt )
52
39
53
40
## Options
54
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @csstools/postcss-scope-pseudo-class" ,
3
3
"description" : " The Reference Element Pseudo-class: :scope" ,
4
- "version" : " 3 .0.1 " ,
4
+ "version" : " 4 .0.0 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments