HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/LC/node_modules/@csstools/postcss-hwb-function/CHANGELOG.md
# Changes to PostCSS HWB Function

### 2.2.2 (May 19, 2023)

- Ignore relative color syntax
- Updated `@csstools/css-color-parser` to `1.2.0` (minor)


### 2.2.1 (April 10, 2023)

- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
- Updated `@csstools/css-parser-algorithms` to `2.1.1` (patch)
- Updated `@csstools/css-color-parser` to `1.1.2` (patch)

### 2.2.0 (March 25, 2023)

- Add `@csstools/css-color-parser` dependency for all color value transformations.
- Add support for `calc` expressions in color components.

### 2.1.1 (February 8, 2023)

- Reduce the amount of duplicate fallback CSS.

### 2.1.0 (February 2, 2023)

- Add: `@csstools/color-helpers` dependency for all color value transformations.

### 2.0.1 (January 28, 2023)

- Improve `types` declaration in `package.json`

### 2.0.0 (January 24, 2023)

- Updated: Support for Node v14+ (major).

### 1.0.2 (July 8, 2022)

- Fix case insensitive matching.

### 1.0.1 (May 18, 2022)

- Fix grayscale conversions.

### 1.0.0 (January 22, 2022)

- Initial version