We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd230f commit d379a75Copy full SHA for d379a75
CHANGELOG.md
@@ -1,7 +1,11 @@
1
+# 2.1.1 - 2017-10-12
2
+
3
+- Fixed: Incorrect reduction of nested expression (e.g. `calc( (1em - calc( 10px + 1em)) / 2)`) ([#39](https://github.com/MoOx/reduce-css-calc/pull/39) - @gyoshev)
4
5
# 2.1.0 - 2017-10-10
6
-- Added: Support for working in browsers without transpiling (#33)
-- Fixed: `calc(100vw - (100vw - 100%))` does not evaluate to `100%` (#28)
7
+- Added: Support for working in browsers without transpiling ([#36](https://github.com/MoOx/reduce-css-calc/pull/36) - @Semigradsky)
8
+- Fixed: `calc(100vw - (100vw - 100%))` does not evaluate to `100%` ([#35](https://github.com/MoOx/reduce-css-calc/pull/35) - @Semigradsky)
9
10
# 2.0.5 - 2017-05-12
11
0 commit comments