aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@csstools/css-calc/CHANGELOG.md
blob: e0d6799c56b642f99c581ea295adcc83f79b391a (plain) (blame)
1
2
3
4
5
6
7
8
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)