We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b2802 commit 1c2a403Copy full SHA for 1c2a403
plugins/postcss-random-function/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to PostCSS Random Function
2
3
-### Unreleased (major)
+### 2.0.0
4
+
5
+_April 19, 2025_
6
7
- Match the latest [specification](https://drafts.csswg.org/css-values-5/#randomness)
8
- 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)
plugins/postcss-random-function/package.json
@@ -1,7 +1,7 @@
{
"name": "@csstools/postcss-random-function",
"description": "Use the random function in CSS",
- "version": "1.0.3",
+ "version": "2.0.0",
"contributors": [
"name": "Antonio Laguna",
0 commit comments