UNPKG

postcss-pxrem-function

Version:

PostCSS plugin to use pxRem() function to convert pixels into rem.

57 lines (56 loc) 1.2 kB
{ "name": "postcss-pxrem-function", "version": "0.1.0", "description": "PostCSS plugin to use pxRem() function to convert pixels into rem.", "keywords": [ "postcss", "css", "postcss-plugin", "postcss-pxrem-function", "scss", "pixel-to-rem" ], "scripts": { "test": "jest --coverage && eslint ." }, "author": "AlexanderMar21 <54232340+AlexanderMar21@users.noreply.github.com>", "license": "MIT", "repository": "https://github.com/AlexanderMar21/postcss-pxrem-function", "engines": { "node": ">=12.0.0" }, "peerDependencies": { "postcss": "^8.3.0" }, "devDependencies": { "clean-publish": "^3.4.2", "eslint": "^8.0.1", "eslint-plugin-jest": "^25.2.2", "jest": "^27.3.1", "postcss": "^8.3.11", "postcss-value-parser": "^4.2.0" }, "eslintConfig": { "parserOptions": { "ecmaVersion": 2017 }, "env": { "node": true, "es6": true }, "extends": [ "eslint:recommended", "plugin:jest/recommended" ], "rules": { "jest/expect-expect": "off" } }, "jest": { "coverageThreshold": { "global": { "statements": 100 } } } }