UNPKG

postcss-px-morph

Version:

A flexible PostCSS plugin to transform px to rem, vw, or a hybrid of both, with advanced configuration.

57 lines (56 loc) 1.36 kB
{ "name": "postcss-px-morph", "version": "1.0.2", "description": "A flexible PostCSS plugin to transform px to rem, vw, or a hybrid of both, with advanced configuration.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "postcss", "css", "postcss-plugin", "px", "rem", "pxtorem", "vw", "pxtovw", "responsive", "mobile", "h5" ], "author": "fragrans-maotou", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fragrans-maotou/postcss-px-morph.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "bugs": { "url": "https://github.com/fragrans-maotou/postcss-px-morph/issues" }, "files": [ "dist" ], "homepage": "https://github.com/fragrans-maotou/postcss-px-morph", "devDependencies": { "@types/node": "^24.0.10", "minimatch": "^10.0.3", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "peerDependencies": { "postcss": "^8.0.0" } }