@csstools/postcss-random-function
Advanced tools
+3
-3
| # Changes to PostCSS Random Function | ||
| ### 3.0.2 | ||
| ### 3.0.3 | ||
| _April 12, 2026_ | ||
| _May 13, 2026_ | ||
| - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#320) (minor) | ||
| - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`3.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#321) (patch) | ||
| [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md) |
+2
-2
| { | ||
| "name": "@csstools/postcss-random-function", | ||
| "description": "Use the random function in CSS", | ||
| "version": "3.0.2", | ||
| "version": "3.0.3", | ||
| "contributors": [ | ||
@@ -44,3 +44,3 @@ { | ||
| "dependencies": { | ||
| "@csstools/css-calc": "^3.2.0", | ||
| "@csstools/css-calc": "^3.2.1", | ||
| "@csstools/css-parser-algorithms": "^4.0.0", | ||
@@ -47,0 +47,0 @@ "@csstools/css-tokenizer": "^4.0.0" |
6786
-0.03%Updated