pixrem : A CSS post-processor that generates pixel fallbacks for rem units.. You can installing pixrem 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 pixrem $ sudo npm install -g pixrem
If want to update the pixrem package execute the command as below,
$ sudo npm update pixrem
Update package globally,
$ npm install -g pixrem
$ sudo git clone https://github.com/rektide/pixrem.git
$ sudo npm install -g ./pixrem
pixrem@4.0.1 /usr/lib/node_modules/pixrem
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pixrem
| Package Name | pixrem |
| Version | 4.0.1 |
| Description | A CSS post-processor that generates pixel fallbacks for rem units. |
| Released Date | 2017-07-06T07:56:34.553Z |
| Published by | iamvdo |
| How to Learn | https://www.npmjs.com/package/pixrem/tutorial |