Skip to content

Commit b070043

Browse files
postcss-figma-blur-fix-1.0.0 (#2547)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab336c3 commit b070043

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"name": "postcss-figma-blur-fix",
3+
"version": "1.0.0",
4+
"packageManager": "[email protected]",
5+
"description": "PostCSS plugin that adjusts blur values imported from Figma to ensure they visually match the blur effect in browsers. Perfect for syncing design and implementation.",
6+
"author": {
7+
"name": "Ivan Bulakhov",
8+
"email": "[email protected]"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/kabarchonok/postcss-figma-blur-fix.git"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"css",
18+
"postcss-plugin",
19+
"postcss-figma-blur-fix"
20+
],
21+
"engines": {
22+
"node": ">=18.0.0",
23+
"pnpm": "^9.0.0"
24+
},
25+
"scripts": {
26+
"unit": "node --test index.test.js",
27+
"test": "npm run unit && eslint .",
28+
"release": "pnpm dlx bumpp -r && pnpm -r publish"
29+
},
30+
"peerDependencies": {
31+
"postcss": "^8.4.27"
32+
},
33+
"devDependencies": {
34+
"@antfu/eslint-config": "^3.13.0",
35+
"eslint": "^9.18.0",
36+
"postcss": "^8.4.27"
37+
},
38+
"eslintConfig": {
39+
"parserOptions": {
40+
"ecmaVersion": 2017
41+
},
42+
"env": {
43+
"node": true,
44+
"es6": true
45+
},
46+
"extends": [
47+
"eslint:recommended"
48+
]
49+
},
50+
51+
"gitHead": "40681edd1edf32bd758e46a65e6228bbf2f53d79",
52+
"bugs": {
53+
"url": "https://github.com/kabarchonok/postcss-figma-blur-fix/issues"
54+
},
55+
"homepage": "https://github.com/kabarchonok/postcss-figma-blur-fix#readme",
56+
"_nodeVersion": "24.8.0",
57+
"_npmVersion": "11.6.0",
58+
"dist": {
59+
"integrity": "sha512-Q7OtC0VAhO+61rWFL84gxThr5yJ1iPFGJk5zm4eyKVDiG7CEmEPk3qxCl/MU7Gjt/Mpj6gO9KRd2xAv4TqS3GA==",
60+
"shasum": "da9a635b4a7f41f8ca3d45810ca9f30e52b1ad63",
61+
"tarball": "https://registry.npmjs.org/postcss-figma-blur-fix/-/postcss-figma-blur-fix-1.0.0.tgz",
62+
"fileCount": 20,
63+
"unpackedSize": 18981,
64+
"signatures": [
65+
{
66+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
67+
"sig": "MEYCIQCNv4GRrTz4ERuSIILqUwaxj0jGdnoeahRH05I70BpLZgIhAIY1aC1QoPKFG9e/JEVZvzILG3vcchTD2rR7Jb8OgYDx"
68+
}
69+
]
70+
},
71+
"_npmUser": {
72+
"name": "kabarchonok",
73+
"email": "[email protected]"
74+
},
75+
"directories": {},
76+
"maintainers": [
77+
{
78+
"name": "kabarchonok",
79+
"email": "[email protected]"
80+
}
81+
],
82+
"_npmOperationalInternal": {
83+
"host": "s3://npm-registry-packages-npm-production",
84+
"tmp": "tmp/postcss-figma-blur-fix_1.0.0_1766961707764_0.07664373596009533"
85+
},
86+
"_hasShrinkwrap": false,
87+
"_time": "2025-12-28T22:41:47.909Z"
88+
}

0 commit comments

Comments
 (0)