We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafefda commit e48cc83Copy full SHA for e48cc83
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.0.1 - 2017-05-08
2
+
3
+- Fixed: Support for nested calc e.g. `calc(100% - calc(50px - 25px))`.
4
+- Fixed: Support for CSS variables e.g. `calc(var(--mouseX) * 1px)`.
5
6
# 2.0.0 - 2017-05-08
7
8
- Rewritten with a jison parser for more accurate value parsing.
0 commit comments