Skip to content

Commit 6e1f902

Browse files
Semigradskyromainmenke
authored andcommitted
9.1.1
1 parent ccaf7b1 commit 6e1f902

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

plugins/postcss-custom-properties/.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
language: node_js
44

55
node_js:
6+
- 12
7+
- 10
68
- 8
79

810
install:

plugins/postcss-custom-properties/CHANGELOG.md

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

3+
### 9.1.1 (February 20, 2020)
4+
5+
- Fixed: Preserve spaces in multi-part values ([#203](https://github.com/postcss/postcss-custom-properties/pull/203))
6+
37
### 9.1.0 (July 15, 2019)
48

59
- Added: Support for preserving trailing comments within a declaration.

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": "9.1.0",
3+
"version": "9.1.1",
44
"description": "Use Custom Properties Queries in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)