postcss-reduce-initial 8.0.4 → 8.0.5

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.4",
3
+ "version": "8.0.5",
4
4
  "description": "Reduce initial definitions to the actual initial value, where possible.",
5
5
  "exports": {
6
6
  ".": {
@@ -52,7 +52,7 @@
52
52
  "node": "^22.11.0 || ^24.11.0 || >=26.0"
53
53
  },
54
54
  "devDependencies": {
55
- "mdn-data": "^2.32.0",
55
+ "mdn-data": "2.33.0",
56
56
  "postcss": "^8.5.26"
57
57
  },
58
58
  "peerDependencies": {
@@ -346,6 +346,7 @@
346
346
  "text-decoration-thickness": "auto",
347
347
  "text-emphasis-position": "auto",
348
348
  "text-emphasis-style": "none",
349
+ "text-fit": "none",
349
350
  "text-indent": "0",
350
351
  "text-justify": "auto",
351
352
  "text-orientation": "mixed",