Skip to content

Commit e4734fc

Browse files
committed
@csstools/postcss-conditional-values v4.0.0
1 parent 61ac247 commit e4734fc

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

plugins/postcss-conditional-values/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Conditional Values
22

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

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

plugins/postcss-conditional-values/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Conditional Values [<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/@csstools/postcss-conditional-values.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]
4-
5-
```bash
6-
npm install @csstools/postcss-conditional-values --save-dev
7-
```
3+
`npm install @csstools/postcss-conditional-values --save-dev`
84

95
[PostCSS Conditional Values] lets you easily apply space toggle hacks with some syntactic sugar.
106

@@ -67,16 +63,7 @@ postcss([
6763
]).process(YOUR_CSS /*, processOptions */);
6864
```
6965

70-
[PostCSS Conditional Values] runs in all Node environments, with special
71-
instructions for:
7266

73-
- [Node](INSTALL.md#node)
74-
- [PostCSS CLI](INSTALL.md#postcss-cli)
75-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
76-
- [Webpack](INSTALL.md#webpack)
77-
- [Next.js](INSTALL.md#nextjs)
78-
- [Gulp](INSTALL.md#gulp)
79-
- [Grunt](INSTALL.md#grunt)
8067

8168
## Options
8269

plugins/postcss-conditional-values/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-conditional-values",
33
"description": "Easily apply space toggle hacks with some syntactic sugar",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)