Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pxtorem-css

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pxtorem-css - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+9
-3
package.json
{
"name": "pxtorem-css",
"version": "1.0.4",
"version": "1.0.5",
"description": "A nodejs cli that convert css unit px to rem",
"main": "app.js",
"scripts": {},
"author": "Rashed Iqbal",
"license": "ISC",
"license": "MIT",
"bin": {
"pxtorem": "./bin/pxtorem"
},
"repository": {
"type": "git",
"url": "https://github.com/iqbal-rashed/pxtorem-css"
},
"bugs": {
"url": "https://github.com/iqbal-rashed/pxtorem-css/issues"
},
"keywords": [

@@ -13,0 +19,0 @@ "pxtorem",

@@ -61,7 +61,7 @@ # pxtorem-css

`$ pxtorem -d public/css -r my/name/rem/.ext` : change all css filename example: style.css to mystylerem.css<br>
`$ pxtorem -d public/css -r my/name/rem/.ext` : change all css filename example: style.css to mystylerem.css and you must follow this pattern {your custom text before name}/name/{your custom text after name}/.ext<br>
`$ pxtorem -c pxtorem.json` : Customize your options with json file in your project folder<br>
`$ pxtorem -init` : generate pxtorem.config.json (or you can give custom name) into your project folder<br>
`$ pxtorem -init` : generate pxtorem.config.json (or you can give custom name by passing value after -init) into your project folder<br>

@@ -68,0 +68,0 @@ ### pxtorem.json Example