Spaces:
Sleeping
Sleeping
File size: 278 Bytes
cc651f6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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
|