Skip to content

Commit 31266dc

Browse files
committed
postcss-custom-properties v14.0.0
1 parent 5bafb9c commit 31266dc

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

plugins/postcss-custom-properties/CHANGELOG.md

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

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

57
- Updated: Support for Node v18+ (major).
68
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#300) (major)

plugins/postcss-custom-properties/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Custom Properties [<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-custom-properties.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/custom-properties.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/custom-properties.svg" height="20">][css-url]
4-
5-
```bash
6-
npm install postcss-custom-properties --save-dev
7-
```
3+
`npm install postcss-custom-properties --save-dev`
84

95
[PostCSS Custom Properties] lets you use Custom Properties in CSS, following
106
the [CSS Custom Properties] specification.
@@ -81,16 +77,7 @@ postcss([
8177
]).process(YOUR_CSS /*, processOptions */);
8278
```
8379

84-
[PostCSS Custom Properties] runs in all Node environments, with special
85-
instructions for:
8680

87-
- [Node](INSTALL.md#node)
88-
- [PostCSS CLI](INSTALL.md#postcss-cli)
89-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
90-
- [Webpack](INSTALL.md#webpack)
91-
- [Next.js](INSTALL.md#nextjs)
92-
- [Gulp](INSTALL.md#gulp)
93-
- [Grunt](INSTALL.md#grunt)
9481

9582
## Options
9683

plugins/postcss-custom-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-custom-properties",
33
"description": "Use Custom Properties Queries in CSS",
4-
"version": "13.3.12",
4+
"version": "14.0.0",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"contributors": [
77
"Maxime Thirouin"

0 commit comments

Comments
 (0)