@csstools/postcss-relative-color-syntax 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# Changes to PostCSS Relative Color Syntax
|
|
2
2
|
|
|
3
|
+
### 1.0.2 (June 14, 2023)
|
|
4
|
+
|
|
5
|
+
- Fix value calculation for `hue` components in relative color syntax.
|
|
6
|
+
|
|
3
7
|
### 1.0.1 (June 1, 2023)
|
|
4
8
|
|
|
5
9
|
- Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
|
|
6
10
|
|
|
7
|
-
|
|
8
11
|
### 1.0.0 (May 19, 2023)
|
|
9
12
|
|
|
10
13
|
- Initial version
|