@csstools/postcss-random-function
Advanced tools
+5
-4
| # Changes to PostCSS Random Function | ||
| ### 2.0.0 | ||
| ### 2.0.1 | ||
| _April 19, 2025_ | ||
| _May 27, 2025_ | ||
| - Match the latest [specification](https://drafts.csswg.org/css-values-5/#randomness) | ||
| - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch) | ||
| - Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch) | ||
| - Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#305) (patch) | ||
| - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#214) (patch) | ||
| [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md) |
+4
-4
| { | ||
| "name": "@csstools/postcss-random-function", | ||
| "description": "Use the random function in CSS", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "contributors": [ | ||
@@ -51,5 +51,5 @@ { | ||
| "dependencies": { | ||
| "@csstools/css-calc": "^2.1.3", | ||
| "@csstools/css-parser-algorithms": "^3.0.4", | ||
| "@csstools/css-tokenizer": "^3.0.3" | ||
| "@csstools/css-calc": "^2.1.4", | ||
| "@csstools/css-parser-algorithms": "^3.0.5", | ||
| "@csstools/css-tokenizer": "^3.0.4" | ||
| }, | ||
@@ -56,0 +56,0 @@ "peerDependencies": { |
8130
5.17%