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

Commit d9a5364

Browse files
committed
better custom properties fallbacks
1 parent 08b1cd8 commit d9a5364

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0 - 2014-08-26
2+
3+
- better custom properties fallbacks (thanks to postcss-custom-properties 0.3.0)
4+
15
# 0.2.3 - 2014-08-26
26

37
- Support empty files ([#24](https://github.com/putaindecode/cssnext/issues/24))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"postcss-calc": "^2.0.1",
3838
"postcss-color": "^1.0.0",
3939
"postcss-custom-media": "^1.0.0",
40-
"postcss-custom-properties": "^0.2.0",
40+
"postcss-custom-properties": "^0.3.0",
4141
"postcss-import": "^1.0.1",
4242
"read-file-stdin": "0.0.4",
4343
"to-slug-case": "^0.1.2",

0 commit comments

Comments
 (0)