pxtorem-css
Advanced tools
+1
-1
| { | ||
| "name": "pxtorem-css", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "description": "A nodejs cli that convert css unit px to rem", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
+15
-8
@@ -8,16 +8,18 @@ # pxtorem-css | ||
| ## Description | ||
| Convert px to rem in css with advanced functionality. pxtorem helps you reduce time when you write css code. This tool build with pure nodejs. | ||
| pxtorem-css is a command line interface tool that converts pixel values to rem values in any CSS file. This tool is built using pure Node.js and comes with several advanced features to help you save time when writing CSS code. | ||
| Features: | ||
| * You can convert px to rem in css anywhere within a second. | ||
| * You can choose css directory and also output directory. | ||
| * You can include and exclude css file when convert | ||
| * Even you can ignore css attribute not to convert | ||
| * You can customize options with pxtorem.config.json in your project | ||
| - Converts px to rem in CSS files quickly and easily | ||
| - Allows you to choose the CSS directory and output directory | ||
| - Enables you to include and exclude specific CSS files for conversion | ||
| - Allows you to ignore specific CSS attributes that you don't want to convert | ||
| - You can customize the tool's options with a pxtorem.config.json file in your project | ||
| - Can be installed both locally and globally using npm/ | ||
| ## Installation | ||
| Locally: | ||
| ```bash | ||
@@ -28,2 +30,3 @@ npm i pxtorem-css | ||
| Globally: | ||
| ```bash | ||
@@ -34,2 +37,3 @@ npm i -g pxtorem-css | ||
| ## Usage | ||
| ```bash | ||
@@ -54,2 +58,3 @@ $ pxtorem [options] | ||
| ### Example | ||
| `$ pxtorem` : change all directories css file. <br> | ||
@@ -72,2 +77,3 @@ | ||
| ### pxtorem.json Example | ||
| ```bash | ||
@@ -87,5 +93,6 @@ { | ||
| ## Contribution | ||
| If you want to contribute or report any bug, you welcome | ||
| <br> | ||
| Don't forget to give a star 😍 | ||
| Don't forget to give a star 😍 |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14811
1.56%93
9.41%