postcss-reduce-initial 8.0.3 → 8.0.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-reduce-initial",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
4
4
|
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|
|
42
|
-
"url": "cssnano/cssnano"
|
|
42
|
+
"url": "git+https://github.com/cssnano/cssnano.git"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"browserslist": "^4.28.8",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"node": "^22.11.0 || ^24.11.0 || >=26.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"mdn-data": "^2.
|
|
55
|
+
"mdn-data": "^2.32.0",
|
|
56
56
|
"postcss": "^8.5.26"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"postcss": "^8.5.26"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
|
-
"acquire": "node ./
|
|
62
|
+
"acquire": "node ./script/acquire.mjs",
|
|
63
63
|
"test": "node --test"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
"flex-basis": "auto",
|
|
116
116
|
"flex-direction": "row",
|
|
117
117
|
"flex-grow": "0",
|
|
118
|
+
"flex-line-count": "1",
|
|
118
119
|
"flex-shrink": "1",
|
|
119
120
|
"flex-wrap": "nowrap",
|
|
120
121
|
"float": "none",
|
|
@@ -187,6 +188,7 @@
|
|
|
187
188
|
"line-clamp": "none",
|
|
188
189
|
"line-height": "normal",
|
|
189
190
|
"line-height-step": "0",
|
|
191
|
+
"link-parameters": "none",
|
|
190
192
|
"list-style-image": "none",
|
|
191
193
|
"list-style-type": "disc",
|
|
192
194
|
"margin-block-end": "0",
|
|
@@ -262,6 +264,7 @@
|
|
|
262
264
|
"page-break-before": "auto",
|
|
263
265
|
"page-break-inside": "auto",
|
|
264
266
|
"paint-order": "normal",
|
|
267
|
+
"path-length": "none",
|
|
265
268
|
"perspective": "none",
|
|
266
269
|
"pointer-events": "auto",
|
|
267
270
|
"position": "static",
|