postcss-pxtorem : A CSS post-processor that converts px to rem.. You can installing postcss-pxtorem npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install postcss-pxtorem $ sudo npm install -g postcss-pxtorem
If want to update the postcss-pxtorem package execute the command as below,
$ sudo npm update postcss-pxtorem
Update package globally,
$ npm install -g postcss-pxtorem
$ sudo git clone https://github.com/rektide/postcss-pxtorem.git
$ sudo npm install -g ./postcss-pxtorem
postcss-pxtorem@4.0.1 /usr/lib/node_modules/postcss-pxtorem
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-pxtorem
| Package Name | postcss-pxtorem |
| Version | 4.0.1 |
| Description | A CSS post-processor that converts px to rem. |
| Released Date | 2017-04-27T23:47:28.249Z |
| Published by | cuth |
| How to Learn | https://www.npmjs.com/package/postcss-pxtorem/tutorial |