postcss-reduce-initial 9.0.1 → 9.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/README.md CHANGED
@@ -12,7 +12,7 @@ npm install postcss-reduce-initial --save
12
12
 
13
13
  ## Examples
14
14
 
15
- See the [data](data) for more conversions. This data is courtesy
15
+ See the [data](src/data) for more conversions. This data is courtesy
16
16
  of Mozilla.
17
17
 
18
18
  ### Convert `initial` values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-reduce-initial",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "description": "Reduce initial definitions to the actual initial value, where possible.",
5
5
  "exports": {
6
6
  ".": {
@@ -39,7 +39,7 @@
39
39
  "url": "git+https://github.com/cssnano/cssnano.git"
40
40
  },
41
41
  "dependencies": {
42
- "browserslist": "^4.28.8",
42
+ "browserslist": "^4.29.0",
43
43
  "caniuse-api": "^4.0.0"
44
44
  },
45
45
  "bugs": {
@@ -49,11 +49,11 @@
49
49
  "node": "^22.22.3 || ^24.15.0 || >=26.0"
50
50
  },
51
51
  "devDependencies": {
52
- "mdn-data": "2.34.0",
53
- "postcss": "^8.5.26"
52
+ "mdn-data": "2.36.0",
53
+ "postcss": "^8.5.28"
54
54
  },
55
55
  "peerDependencies": {
56
- "postcss": "^8.5.26"
56
+ "postcss": "^8.5.28"
57
57
  },
58
58
  "type": "module",
59
59
  "scripts": {
@@ -283,6 +283,7 @@
283
283
  "rx": "auto",
284
284
  "ry": "auto",
285
285
  "scale": "none",
286
+ "scroll-axis-lock": "auto",
286
287
  "scroll-behavior": "auto",
287
288
  "scroll-initial-target": "none",
288
289
  "scroll-margin-block-end": "0",
@@ -1,8 +1,6 @@
1
1
  import { fileURLToPath } from 'node:url';
2
2
  import browserslist from 'browserslist';
3
- import nodepath from 'node:path';
4
-
5
- const { dirname } = nodepath;
3
+ import { dirname } from 'node:path';
6
4
 
7
5
  /**
8
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"computeBrowsersToSupport.d.ts","sourceRoot":"","sources":["../../src/lib/computeBrowsersToSupport.js"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,cAAc,CAAC;AAKxC;;;;;;;;GAQG;AACH,iBAAS,wBAAwB,CAAC,OAAO,EAP9B;IAAC,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;IAAC,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAAC,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAAC,GAAG,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;CAOtI,EAAE,KAAK,EANrC,YAAY,CAAC,OAAO,CAAC,OAAO,CAMS,EAAE,IAAI,EAL3C,MAAM,GAAC,SAKoC,EAAE,IAAI,AAJzD,CACA,EADQ,MAIiD,EAAE,GAAG,AAH9D,CACA,EADQ,YAAY,CAAC,OAAO,CAAC,KAAK,CAG4B,GAFpD,MAAM,EAAE,CASpB;eAEc,wBAAwB"}
1
+ {"version":3,"file":"computeBrowsersToSupport.d.ts","sourceRoot":"","sources":["../../src/lib/computeBrowsersToSupport.js"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,cAAc,CAAC;AAGxC;;;;;;;;GAQG;AACH,iBAAS,wBAAwB,CAAC,OAAO,EAP9B;IAAC,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;IAAC,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAAC,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAAC,GAAG,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;CAOtI,EAAE,KAAK,EANrC,YAAY,CAAC,OAAO,CAAC,OAAO,CAMS,EAAE,IAAI,EAL3C,MAAM,GAAC,SAKoC,EAAE,IAAI,AAJzD,CACA,EADQ,MAIiD,EAAE,GAAG,AAH9D,CACA,EADQ,YAAY,CAAC,OAAO,CAAC,KAAK,CAG4B,GAFpD,MAAM,EAAE,CASpB;eAEc,wBAAwB"}