postcss-reduce-initial 6.0.1 → 6.0.3

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": "6.0.1",
3
+ "version": "6.0.3",
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.21.4",
26
+ "browserslist": "^4.23.0",
27
27
  "caniuse-api": "^3.0.0"
28
28
  },
29
29
  "bugs": {
@@ -33,10 +33,9 @@
33
33
  "node": "^14 || ^16 || >=18.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/caniuse-api": "^3.0.2",
37
- "html-to-text": "^8.2.0",
38
- "nanospy": "^0.5.0",
39
- "postcss": "^8.4.32"
36
+ "@types/caniuse-api": "^3.0.6",
37
+ "html-to-text": "^9.0.5",
38
+ "postcss": "^8.4.35"
40
39
  },
41
40
  "peerDependencies": {
42
41
  "postcss": "^8.4.31"
@@ -1,5 +1,4 @@
1
1
  {
2
- "-webkit-line-clamp": "none",
3
2
  "accent-color": "auto",
4
3
  "align-content": "normal",
5
4
  "align-items": "normal",
@@ -11,6 +10,8 @@
11
10
  "animation-fill-mode": "none",
12
11
  "animation-iteration-count": "1",
13
12
  "animation-name": "none",
13
+ "animation-range-end": "normal",
14
+ "animation-range-start": "normal",
14
15
  "animation-timing-function": "ease",
15
16
  "animation-timeline": "auto",
16
17
  "appearance": "none",
@@ -24,7 +25,6 @@
24
25
  "background-position-x": "0%",
25
26
  "background-position-y": "0%",
26
27
  "background-repeat": "repeat",
27
- "block-overflow": "clip",
28
28
  "block-size": "auto",
29
29
  "border-block-style": "none",
30
30
  "border-block-width": "medium",
@@ -83,6 +83,8 @@
83
83
  "contain-intrinsic-height": "none",
84
84
  "contain-intrinsic-inline-size": "none",
85
85
  "contain-intrinsic-width": "none",
86
+ "container-name": "none",
87
+ "container-type": "normal",
86
88
  "content": "normal",
87
89
  "counter-increment": "none",
88
90
  "counter-reset": "none",
@@ -101,15 +103,21 @@
101
103
  "font-kerning": "auto",
102
104
  "font-language-override": "normal",
103
105
  "font-optical-sizing": "auto",
106
+ "font-palette": "normal",
104
107
  "font-variation-settings": "normal",
105
108
  "font-size": "medium",
106
109
  "font-size-adjust": "none",
107
110
  "font-stretch": "normal",
108
111
  "font-style": "normal",
112
+ "font-synthesis-position": "none",
113
+ "font-synthesis-small-caps": "auto",
114
+ "font-synthesis-style": "auto",
115
+ "font-synthesis-weight": "auto",
109
116
  "font-variant": "normal",
110
117
  "font-variant-alternates": "normal",
111
118
  "font-variant-caps": "normal",
112
119
  "font-variant-east-asian": "normal",
120
+ "font-variant-emoji": "normal",
113
121
  "font-variant-ligatures": "normal",
114
122
  "font-variant-numeric": "normal",
115
123
  "font-variant-position": "normal",
@@ -130,6 +138,7 @@
130
138
  "hanging-punctuation": "none",
131
139
  "height": "auto",
132
140
  "hyphenate-character": "auto",
141
+ "hyphenate-limit-chars": "auto",
133
142
  "hyphens": "manual",
134
143
  "image-rendering": "auto",
135
144
  "image-resolution": "1dppx",
@@ -138,11 +147,8 @@
138
147
  "initial-letter-align": "auto",
139
148
  "inline-size": "auto",
140
149
  "input-security": "auto",
141
- "inset": "auto",
142
- "inset-block": "auto",
143
150
  "inset-block-end": "auto",
144
151
  "inset-block-start": "auto",
145
- "inset-inline": "auto",
146
152
  "inset-inline-end": "auto",
147
153
  "inset-inline-start": "auto",
148
154
  "isolation": "auto",
@@ -158,11 +164,9 @@
158
164
  "line-height-step": "0",
159
165
  "list-style-image": "none",
160
166
  "list-style-type": "disc",
161
- "margin-block": "0",
162
167
  "margin-block-end": "0",
163
168
  "margin-block-start": "0",
164
169
  "margin-bottom": "0",
165
- "margin-inline": "0",
166
170
  "margin-inline-end": "0",
167
171
  "margin-inline-start": "0",
168
172
  "margin-left": "0",
@@ -176,7 +180,7 @@
176
180
  "mask-border-width": "auto",
177
181
  "mask-composite": "add",
178
182
  "mask-image": "none",
179
- "mask-position": "center",
183
+ "mask-position": "0% 0%",
180
184
  "mask-repeat": "repeat",
181
185
  "mask-size": "auto",
182
186
  "masonry-auto-flow": "pack",
@@ -197,7 +201,7 @@
197
201
  "offset-anchor": "auto",
198
202
  "offset-distance": "0",
199
203
  "offset-path": "none",
200
- "offset-position": "auto",
204
+ "offset-position": "normal",
201
205
  "offset-rotate": "auto",
202
206
  "opacity": "1",
203
207
  "order": "0",
@@ -210,27 +214,26 @@
210
214
  "overflow-clip-margin": "0px",
211
215
  "overflow-inline": "auto",
212
216
  "overflow-wrap": "normal",
217
+ "overlay": "none",
213
218
  "overscroll-behavior": "auto",
214
219
  "overscroll-behavior-block": "auto",
215
220
  "overscroll-behavior-inline": "auto",
216
221
  "overscroll-behavior-x": "auto",
217
222
  "overscroll-behavior-y": "auto",
218
- "padding-block": "0",
219
223
  "padding-block-end": "0",
220
224
  "padding-block-start": "0",
221
225
  "padding-bottom": "0",
222
- "padding-inline": "0",
223
226
  "padding-inline-end": "0",
224
227
  "padding-inline-start": "0",
225
228
  "padding-left": "0",
226
229
  "padding-right": "0",
227
230
  "padding-top": "0",
231
+ "page": "auto",
228
232
  "page-break-after": "auto",
229
233
  "page-break-before": "auto",
230
234
  "page-break-inside": "auto",
231
235
  "paint-order": "normal",
232
236
  "perspective": "none",
233
- "place-content": "normal",
234
237
  "pointer-events": "auto",
235
238
  "position": "static",
236
239
  "resize": "none",
@@ -242,23 +245,17 @@
242
245
  "scrollbar-gutter": "auto",
243
246
  "scrollbar-width": "auto",
244
247
  "scroll-behavior": "auto",
245
- "scroll-margin": "0",
246
- "scroll-margin-block": "0",
247
248
  "scroll-margin-block-start": "0",
248
249
  "scroll-margin-block-end": "0",
249
250
  "scroll-margin-bottom": "0",
250
- "scroll-margin-inline": "0",
251
251
  "scroll-margin-inline-start": "0",
252
252
  "scroll-margin-inline-end": "0",
253
253
  "scroll-margin-left": "0",
254
254
  "scroll-margin-right": "0",
255
255
  "scroll-margin-top": "0",
256
- "scroll-padding": "auto",
257
- "scroll-padding-block": "auto",
258
256
  "scroll-padding-block-start": "auto",
259
257
  "scroll-padding-block-end": "auto",
260
258
  "scroll-padding-bottom": "auto",
261
- "scroll-padding-inline": "auto",
262
259
  "scroll-padding-inline-start": "auto",
263
260
  "scroll-padding-inline-end": "auto",
264
261
  "scroll-padding-left": "auto",
@@ -295,10 +292,13 @@
295
292
  "text-transform": "none",
296
293
  "text-underline-offset": "auto",
297
294
  "text-underline-position": "auto",
295
+ "text-wrap": "wrap",
296
+ "timeline-scope": "none",
298
297
  "top": "auto",
299
298
  "touch-action": "auto",
300
299
  "transform": "none",
301
300
  "transform-style": "flat",
301
+ "transition-behavior": "normal",
302
302
  "transition-delay": "0s",
303
303
  "transition-duration": "0s",
304
304
  "transition-property": "all",
@@ -306,6 +306,10 @@
306
306
  "translate": "none",
307
307
  "unicode-bidi": "normal",
308
308
  "user-select": "auto",
309
+ "view-timeline-axis": "block",
310
+ "view-timeline-inset": "auto",
311
+ "view-timeline-name": "none",
312
+ "view-transition-name": "none",
309
313
  "white-space": "normal",
310
314
  "widows": "2",
311
315
  "width": "auto",
@@ -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
  }