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 41bafc4 commit 3ba739bCopy full SHA for 3ba739b
2 files changed
plugins/postcss-color-mix-variadic-function-arguments/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to PostCSS Color Mix Variadic Function Arguments
2
3
-### Unreleased (major)
+### 1.0.0
4
+
5
+_May 27, 2025_
6
7
- Initial version
8
- 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)
plugins/postcss-color-mix-variadic-function-arguments/package.json
@@ -1,7 +1,7 @@
{
"name": "@csstools/postcss-color-mix-variadic-function-arguments",
"description": "Mix any number of colors with the color-mix function in CSS",
- "version": "0.0.0",
+ "version": "1.0.0",
"contributors": [
"name": "Antonio Laguna",
0 commit comments