Skip to content

Commit 90a2583

Browse files
committed
Refactor to reduce complexity - v0.3.5
Fix non-root var. reference resolution bug.
1 parent 2782db7 commit 90a2583

21 files changed

+2733
-2424
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
# v0.3.5 - 2015-5-12
3+
4+
- Big refactor of code to reduce cyclomatic complexity. Still needs work though.
5+
- Fix variable referencing another variable resolution when being changed by at-rule in non-root rule
6+
27
# v0.3.4 - 2015-5-12
38

49
- Fix variable referencing another variable resolution when being changed by at-rule

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CSS variables or CSS Custom Properties limited subset polyfill/shim.
88

99
We strive for the most complete transformation but we/no plugin can achieve true complete parity according to the [speficification](http://dev.w3.org/csswg/css-variables/) because of the DOM cascade unknowns.
1010

11-
## Latest Version: v0.3.4
11+
## Latest Version: v0.3.5
1212
### [Changelog](https://github.com/MadLittleMods/postcss-css-variables/blob/master/CHANGELOG.md)
1313

1414
### Install

0 commit comments

Comments
 (0)