Skip to content

Commit 0810157

Browse files
PostCSS Custom Properties 12.0.1
1 parent 08c4248 commit 0810157

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

plugins/postcss-custom-properties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to PostCSS Custom Properties
22

3+
### 12.0.1 (December 16, 2021)
4+
5+
- Changed: now uses `postcss-value-parser` for parsing.
6+
- Updated: documentation
7+
38
### 12.0.0 (September 17, 2021)
49

510
- Updated: Support for PostCS 8+ (major).

plugins/postcss-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-custom-properties",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "Use Custom Properties Queries in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)