Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit c34c3ee

Browse files
committed
postcss-custom-properties v1.0
1 parent b19a24a commit c34c3ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- support !important for custom properties ([ref](https://github.com/postcss/postcss-custom-properties/issues/12))
2+
- echo a warning when using a non root custom properties ([ref](https://github.com/postcss/postcss-custom-properties/issues/13))
3+
14
# 0.4.1 - 2014-11-01
25

36
- add gray() support ([ref](https://github.com/cssnext/cssnext/issues/44))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"postcss-color-hwb": "^1.0.0",
4242
"postcss-color-rebeccapurple": "^1.0.0",
4343
"postcss-custom-media": "^1.2.0",
44-
"postcss-custom-properties": "^0.4.0",
44+
"postcss-custom-properties": "^1.0.0",
4545
"postcss-import": "^1.0.2",
4646
"read-file-stdin": "0.0.4",
4747
"to-slug-case": "^0.1.2",

0 commit comments

Comments
 (0)