This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/node_modules/@csstools/postcss-unset-value/CHANGELOG.md
2025-01-13 09:33:52 +03:00

14 lines
278 B
Markdown

# Changes to PostCSS Unset Value
### 1.0.2 (July 8, 2022)
- Fixed: Case insensitive property and keyword matching.
### 1.0.1 (May 11, 2022)
- No longer converts `all: unset;` to `all: initial;`. `all: unset` is now ignored.
### 1.0.0 (February 21, 2022)
- Initial version