@csstools/postcss-oklab-function
Advanced tools
+3
-4
| # Changes to PostCSS OKLab Function | ||
| ### 4.0.11 | ||
| ### 4.0.12 | ||
| _August 22, 2025_ | ||
| _September 21, 2025_ | ||
| - Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#310) (minor) | ||
| - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#420) (minor) | ||
| - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#421) (patch) | ||
| [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md) |
+2
-2
| { | ||
| "name": "@csstools/postcss-oklab-function", | ||
| "description": "Use oklab() and oklch() color functions in CSS", | ||
| "version": "4.0.11", | ||
| "version": "4.0.12", | ||
| "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -44,3 +44,3 @@ "license": "MIT-0", | ||
| "@csstools/css-tokenizer": "^3.0.4", | ||
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | ||
| "@csstools/postcss-progressive-custom-properties": "^4.2.1", | ||
| "@csstools/utilities": "^2.0.0" | ||
@@ -47,0 +47,0 @@ }, |
11928
-1.96%