From 76cb9c2a39d477a64824a985ade40507e3bbade1 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 21:34:48 -0800 Subject: feat(vanilla): add testing infrastructure and tests (NK-wjnczv) --- vanilla/node_modules/@csstools/css-calc/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vanilla/node_modules/@csstools/css-calc/CHANGELOG.md (limited to 'vanilla/node_modules/@csstools/css-calc/CHANGELOG.md') 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) -- cgit v1.2.3