postcss-preset-env 7.4.0 → 7.4.1
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
### 7.4.
|
|
3
|
+
### 7.4.1 (February 17, 2022)
|
|
4
|
+
|
|
5
|
+
- Updated `postcss-clamp` to `4.0.0` (major)
|
|
6
|
+
|
|
7
|
+
### 7.4.0 (February 16, 2022)
|
|
4
8
|
|
|
5
9
|
- Added `@csstools/color-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function#readme) for usage details.
|
|
6
10
|
- Added `@csstools/oklab-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function#readme) for usage details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "Convert modern CSS into something browsers understand",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "CC0-1.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"css-prefers-color-scheme": "^6.0.3",
|
|
51
51
|
"cssdb": "^6.3.1",
|
|
52
52
|
"postcss-attribute-case-insensitive": "^5.0.0",
|
|
53
|
-
"postcss-clamp": "^
|
|
53
|
+
"postcss-clamp": "^4.0.0",
|
|
54
54
|
"postcss-color-functional-notation": "^4.2.2",
|
|
55
55
|
"postcss-color-hex-alpha": "^8.0.3",
|
|
56
56
|
"postcss-color-rebeccapurple": "^7.0.2",
|