@csstools/postcss-random-function
Advanced tools
+3
-3
| # Changes to PostCSS Random Function | ||
| ### 1.0.1 | ||
| ### 1.0.2 | ||
| _November 11, 2024_ | ||
| _December 27, 2024_ | ||
| - Fix the package description | ||
| - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#211) (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": "1.0.1", | ||
| "version": "1.0.2", | ||
| "contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
| "dependencies": { | ||
| "@csstools/css-calc": "^2.1.0", | ||
| "@csstools/css-calc": "^2.1.1", | ||
| "@csstools/css-parser-algorithms": "^3.0.4", | ||
@@ -54,0 +54,0 @@ "@csstools/css-tokenizer": "^3.0.3" |
6988
2.75%Updated