Skip to content

Commit e501d08

Browse files
postcss-unit-processor-1.4.3 (#2741)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a171d7 commit e501d08

1 file changed

Lines changed: 26 additions & 18 deletions

File tree

directory/postcss-unit-processor.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-unit-processor",
3-
"version": "1.4.2",
4-
"description": "PostCSS plugin to process css unit.",
3+
"version": "1.4.3",
4+
"description": "PostCSS plugin to process CSS unit values via a custom function. Convert px to rem, px to vw, or apply any unit transformation.",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
@@ -15,7 +15,15 @@
1515
"keywords": [
1616
"postcss",
1717
"postcss-plugin",
18-
"unit"
18+
"css",
19+
"unit",
20+
"unit-conversion",
21+
"px",
22+
"rem",
23+
"vw",
24+
"px-to-rem",
25+
"px-to-vw",
26+
"responsive"
1927
],
2028
"author": {
2129
"name": "Hex"
@@ -29,25 +37,25 @@
2937
"postcss": "^8.0.0"
3038
},
3139
"devDependencies": {
32-
"@babel/preset-env": "^7.28.0",
33-
"babel-jest": "^30.0.4",
34-
"jest": "^30.0.4",
35-
"postcss": "^8.5.6"
40+
"@babel/preset-env": "^7.29.0",
41+
"babel-jest": "^30.3.0",
42+
"jest": "^30.3.0",
43+
"postcss": "^8.5.8"
3644
},
37-
"_id": "[email protected].2",
38-
"gitHead": "190887221e8989f914448edad2137fd0864f3945",
39-
"_nodeVersion": "22.20.0",
40-
"_npmVersion": "10.9.3",
45+
"_id": "[email protected].3",
46+
"gitHead": "90ea623c776d1035c7d3b96d5e2b87eaa014ef3d",
47+
"_nodeVersion": "22.22.0",
48+
"_npmVersion": "10.9.4",
4149
"dist": {
42-
"integrity": "sha512-tTKZLlSiDvXV7Emzy8TTInLDjzX3d8gt50zTwABJAXj6rwcoyMlc+kV8Q4KSj85/zw/QuGhnNi3StLKyjnCJLw==",
43-
"shasum": "da88039becfdfdbe7549b7b2cf71d307d8dc4ddd",
44-
"tarball": "https://registry.npmjs.org/postcss-unit-processor/-/postcss-unit-processor-1.4.2.tgz",
50+
"integrity": "sha512-tXXwTQVcIq/0ogNqEmsA2BGfl0d+YLjdvwHz77wY0frMFF1LaUSXHePOhD+8IXfQeIP6nFa1ZqfneqeTIvqkDA==",
51+
"shasum": "9a4dd11b12c5cf02df4773db941f7376f635c1e8",
52+
"tarball": "https://registry.npmjs.org/postcss-unit-processor/-/postcss-unit-processor-1.4.3.tgz",
4553
"fileCount": 5,
46-
"unpackedSize": 18178,
54+
"unpackedSize": 21104,
4755
"signatures": [
4856
{
4957
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50-
"sig": "MEUCIQCuGEo37yQ2bUPbnFJ4t+EXn6omzOADy91ZeKZ4f/np1wIgSysWvBqGBc/XBby/tfs06eAHoMttNViGWPJRPqMleto="
58+
"sig": "MEYCIQCKuZshnKFfYFk9YI6KcweOZDu4lUNGlPNTxc+SDhL3cwIhAOaTUmBad1Nr5gGbojXyIdn30bco/zALf4+MuKaBJieR"
5159
}
5260
]
5361
},
@@ -64,8 +72,8 @@
6472
],
6573
"_npmOperationalInternal": {
6674
"host": "s3://npm-registry-packages-npm-production",
67-
"tmp": "tmp/postcss-unit-processor_1.4.2_1764597714601_0.5587196578337508"
75+
"tmp": "tmp/postcss-unit-processor_1.4.3_1773552556219_0.3001190109472316"
6876
},
6977
"_hasShrinkwrap": false,
70-
"_time": "2025-12-01T14:01:54.788Z"
78+
"_time": "2026-03-15T05:29:16.358Z"
7179
}

0 commit comments

Comments
 (0)