aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@csstools/css-calc/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/@csstools/css-calc/CHANGELOG.md')
-rw-r--r--vanilla/node_modules/@csstools/css-calc/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/vanilla/node_modules/@csstools/css-calc/CHANGELOG.md b/vanilla/node_modules/@csstools/css-calc/CHANGELOG.md
new file mode 100644
index 0000000..e0d6799
--- /dev/null
+++ b/vanilla/node_modules/@csstools/css-calc/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changes to CSS Calc
+
+### 3.1.1
+
+_February 13, 2026_
+
+- Fix missing whitespace between components after solving calc expressions (e.g. `calc(10px)calc(20px)` now serializes as `10px 20px`)
+
+[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md)