Skip to content

Commit a351d65

Browse files
committed
postcss-selector-not v8.0.0
1 parent 0e1a160 commit a351d65

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

plugins/postcss-selector-not/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Selector Not
22

3-
### Unreleased (major)
3+
### 8.0.0
4+
5+
_August 3, 2024_
46

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

plugins/postcss-selector-not/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Selector Not [<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/postcss-selector-not.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/not-pseudo-class.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/not-pseudo-class.svg" height="20">][css-url]
4-
5-
```bash
6-
npm install postcss-selector-not --save-dev
7-
```
3+
`npm install postcss-selector-not --save-dev`
84

95
[PostCSS Selector Not] transforms :not() W3C CSS level 4 pseudo classes to :not() CSS level 3 selectors following the [Selectors 4 Specification].
106

@@ -43,16 +39,7 @@ postcss([
4339
]).process(YOUR_CSS /*, processOptions */);
4440
```
4541

46-
[PostCSS Selector Not] runs in all Node environments, with special
47-
instructions for:
4842

49-
- [Node](INSTALL.md#node)
50-
- [PostCSS CLI](INSTALL.md#postcss-cli)
51-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
52-
- [Webpack](INSTALL.md#webpack)
53-
- [Next.js](INSTALL.md#nextjs)
54-
- [Gulp](INSTALL.md#gulp)
55-
- [Grunt](INSTALL.md#grunt)
5643

5744
[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
5845
[css-url]: https://cssdb.org/#not-pseudo-class

plugins/postcss-selector-not/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-selector-not",
33
"description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
4-
"version": "7.0.2",
4+
"version": "8.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)