postcss-rem-to-rem-multiplier
Version:
multiply the rem (root em) units with a multiplier using PostCSS. Based on postcss-rem-to-pixel.
32 lines (31 loc) • 739 B
JSON
{
"name": "postcss-rem-to-rem-multiplier",
"description": "multiply the rem (root em) units with a multiplier using PostCSS. Based on postcss-rem-to-pixel.",
"version": "4.2.0",
"author": "weiner, cuth, jesstech",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Rakuten-France/postcss-rem-to-rem-multiplier.git"
},
"bugs": "https://github.com/Rakuten-France/postcss-rem-to-rem-multiplier/issues",
"main": "index.js",
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "27.0.6"
},
"keywords": [
"css",
"rem",
"pixel",
"px",
"postcss",
"postcss-plugin"
],
"dependencies": {
"object-assign": "^4.1.0",
"postcss": "^5.2.10"
}
}