postcss-reduce-initial 6.0.1 → 6.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/package.json +5 -5
- package/src/data/fromInitial.json +21 -14
- package/src/data/toInitial.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-reduce-initial",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": "cssnano/cssnano",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"browserslist": "^4.
|
|
26
|
+
"browserslist": "^4.22.2",
|
|
27
27
|
"caniuse-api": "^3.0.0"
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"node": "^14 || ^16 || >=18.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/caniuse-api": "^3.0.
|
|
37
|
-
"html-to-text": "^
|
|
38
|
-
"nanospy": "^0.
|
|
36
|
+
"@types/caniuse-api": "^3.0.6",
|
|
37
|
+
"html-to-text": "^9.0.5",
|
|
38
|
+
"nanospy": "^1.0.0",
|
|
39
39
|
"postcss": "^8.4.32"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
"animation-fill-mode": "none",
|
|
12
12
|
"animation-iteration-count": "1",
|
|
13
13
|
"animation-name": "none",
|
|
14
|
+
"animation-range-end": "normal",
|
|
15
|
+
"animation-range-start": "normal",
|
|
14
16
|
"animation-timing-function": "ease",
|
|
15
17
|
"animation-timeline": "auto",
|
|
16
18
|
"appearance": "none",
|
|
@@ -83,6 +85,8 @@
|
|
|
83
85
|
"contain-intrinsic-height": "none",
|
|
84
86
|
"contain-intrinsic-inline-size": "none",
|
|
85
87
|
"contain-intrinsic-width": "none",
|
|
88
|
+
"container-name": "none",
|
|
89
|
+
"container-type": "normal",
|
|
86
90
|
"content": "normal",
|
|
87
91
|
"counter-increment": "none",
|
|
88
92
|
"counter-reset": "none",
|
|
@@ -101,15 +105,21 @@
|
|
|
101
105
|
"font-kerning": "auto",
|
|
102
106
|
"font-language-override": "normal",
|
|
103
107
|
"font-optical-sizing": "auto",
|
|
108
|
+
"font-palette": "normal",
|
|
104
109
|
"font-variation-settings": "normal",
|
|
105
110
|
"font-size": "medium",
|
|
106
111
|
"font-size-adjust": "none",
|
|
107
112
|
"font-stretch": "normal",
|
|
108
113
|
"font-style": "normal",
|
|
114
|
+
"font-synthesis-position": "none",
|
|
115
|
+
"font-synthesis-small-caps": "auto",
|
|
116
|
+
"font-synthesis-style": "auto",
|
|
117
|
+
"font-synthesis-weight": "auto",
|
|
109
118
|
"font-variant": "normal",
|
|
110
119
|
"font-variant-alternates": "normal",
|
|
111
120
|
"font-variant-caps": "normal",
|
|
112
121
|
"font-variant-east-asian": "normal",
|
|
122
|
+
"font-variant-emoji": "normal",
|
|
113
123
|
"font-variant-ligatures": "normal",
|
|
114
124
|
"font-variant-numeric": "normal",
|
|
115
125
|
"font-variant-position": "normal",
|
|
@@ -130,6 +140,7 @@
|
|
|
130
140
|
"hanging-punctuation": "none",
|
|
131
141
|
"height": "auto",
|
|
132
142
|
"hyphenate-character": "auto",
|
|
143
|
+
"hyphenate-limit-chars": "auto",
|
|
133
144
|
"hyphens": "manual",
|
|
134
145
|
"image-rendering": "auto",
|
|
135
146
|
"image-resolution": "1dppx",
|
|
@@ -138,11 +149,8 @@
|
|
|
138
149
|
"initial-letter-align": "auto",
|
|
139
150
|
"inline-size": "auto",
|
|
140
151
|
"input-security": "auto",
|
|
141
|
-
"inset": "auto",
|
|
142
|
-
"inset-block": "auto",
|
|
143
152
|
"inset-block-end": "auto",
|
|
144
153
|
"inset-block-start": "auto",
|
|
145
|
-
"inset-inline": "auto",
|
|
146
154
|
"inset-inline-end": "auto",
|
|
147
155
|
"inset-inline-start": "auto",
|
|
148
156
|
"isolation": "auto",
|
|
@@ -158,11 +166,9 @@
|
|
|
158
166
|
"line-height-step": "0",
|
|
159
167
|
"list-style-image": "none",
|
|
160
168
|
"list-style-type": "disc",
|
|
161
|
-
"margin-block": "0",
|
|
162
169
|
"margin-block-end": "0",
|
|
163
170
|
"margin-block-start": "0",
|
|
164
171
|
"margin-bottom": "0",
|
|
165
|
-
"margin-inline": "0",
|
|
166
172
|
"margin-inline-end": "0",
|
|
167
173
|
"margin-inline-start": "0",
|
|
168
174
|
"margin-left": "0",
|
|
@@ -210,27 +216,26 @@
|
|
|
210
216
|
"overflow-clip-margin": "0px",
|
|
211
217
|
"overflow-inline": "auto",
|
|
212
218
|
"overflow-wrap": "normal",
|
|
219
|
+
"overlay": "none",
|
|
213
220
|
"overscroll-behavior": "auto",
|
|
214
221
|
"overscroll-behavior-block": "auto",
|
|
215
222
|
"overscroll-behavior-inline": "auto",
|
|
216
223
|
"overscroll-behavior-x": "auto",
|
|
217
224
|
"overscroll-behavior-y": "auto",
|
|
218
|
-
"padding-block": "0",
|
|
219
225
|
"padding-block-end": "0",
|
|
220
226
|
"padding-block-start": "0",
|
|
221
227
|
"padding-bottom": "0",
|
|
222
|
-
"padding-inline": "0",
|
|
223
228
|
"padding-inline-end": "0",
|
|
224
229
|
"padding-inline-start": "0",
|
|
225
230
|
"padding-left": "0",
|
|
226
231
|
"padding-right": "0",
|
|
227
232
|
"padding-top": "0",
|
|
233
|
+
"page": "auto",
|
|
228
234
|
"page-break-after": "auto",
|
|
229
235
|
"page-break-before": "auto",
|
|
230
236
|
"page-break-inside": "auto",
|
|
231
237
|
"paint-order": "normal",
|
|
232
238
|
"perspective": "none",
|
|
233
|
-
"place-content": "normal",
|
|
234
239
|
"pointer-events": "auto",
|
|
235
240
|
"position": "static",
|
|
236
241
|
"resize": "none",
|
|
@@ -242,23 +247,17 @@
|
|
|
242
247
|
"scrollbar-gutter": "auto",
|
|
243
248
|
"scrollbar-width": "auto",
|
|
244
249
|
"scroll-behavior": "auto",
|
|
245
|
-
"scroll-margin": "0",
|
|
246
|
-
"scroll-margin-block": "0",
|
|
247
250
|
"scroll-margin-block-start": "0",
|
|
248
251
|
"scroll-margin-block-end": "0",
|
|
249
252
|
"scroll-margin-bottom": "0",
|
|
250
|
-
"scroll-margin-inline": "0",
|
|
251
253
|
"scroll-margin-inline-start": "0",
|
|
252
254
|
"scroll-margin-inline-end": "0",
|
|
253
255
|
"scroll-margin-left": "0",
|
|
254
256
|
"scroll-margin-right": "0",
|
|
255
257
|
"scroll-margin-top": "0",
|
|
256
|
-
"scroll-padding": "auto",
|
|
257
|
-
"scroll-padding-block": "auto",
|
|
258
258
|
"scroll-padding-block-start": "auto",
|
|
259
259
|
"scroll-padding-block-end": "auto",
|
|
260
260
|
"scroll-padding-bottom": "auto",
|
|
261
|
-
"scroll-padding-inline": "auto",
|
|
262
261
|
"scroll-padding-inline-start": "auto",
|
|
263
262
|
"scroll-padding-inline-end": "auto",
|
|
264
263
|
"scroll-padding-left": "auto",
|
|
@@ -295,10 +294,13 @@
|
|
|
295
294
|
"text-transform": "none",
|
|
296
295
|
"text-underline-offset": "auto",
|
|
297
296
|
"text-underline-position": "auto",
|
|
297
|
+
"text-wrap": "wrap",
|
|
298
|
+
"timeline-scope": "none",
|
|
298
299
|
"top": "auto",
|
|
299
300
|
"touch-action": "auto",
|
|
300
301
|
"transform": "none",
|
|
301
302
|
"transform-style": "flat",
|
|
303
|
+
"transition-behavior": "normal",
|
|
302
304
|
"transition-delay": "0s",
|
|
303
305
|
"transition-duration": "0s",
|
|
304
306
|
"transition-property": "all",
|
|
@@ -306,7 +308,12 @@
|
|
|
306
308
|
"translate": "none",
|
|
307
309
|
"unicode-bidi": "normal",
|
|
308
310
|
"user-select": "auto",
|
|
311
|
+
"view-timeline-axis": "block",
|
|
312
|
+
"view-timeline-inset": "auto",
|
|
313
|
+
"view-timeline-name": "none",
|
|
314
|
+
"view-transition-name": "none",
|
|
309
315
|
"white-space": "normal",
|
|
316
|
+
"white-space-trim": "none",
|
|
310
317
|
"widows": "2",
|
|
311
318
|
"width": "auto",
|
|
312
319
|
"will-change": "auto",
|
package/src/data/toInitial.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"box-sizing": "content-box",
|
|
18
18
|
"color": "canvastext",
|
|
19
19
|
"column-rule-color": "currentcolor",
|
|
20
|
-
"font-synthesis": "weight style",
|
|
20
|
+
"font-synthesis": "weight style small-caps position",
|
|
21
21
|
"image-orientation": "from-image",
|
|
22
22
|
"mask-clip": "border-box",
|
|
23
23
|
"mask-mode": "match-source",
|
|
@@ -32,5 +32,6 @@
|
|
|
32
32
|
"transform-box": "view-box",
|
|
33
33
|
"transform-origin": "50% 50% 0",
|
|
34
34
|
"vertical-align": "baseline",
|
|
35
|
+
"white-space-collapse": "collapse",
|
|
35
36
|
"writing-mode": "horizontal-tb"
|
|
36
37
|
}
|