postcss-calc : PostCSS plugin to reduce calc(). You can installing postcss-calc 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-calc $ sudo npm install -g postcss-calc
If want to update the postcss-calc package execute the command as below,
$ sudo npm update postcss-calc
Update package globally,
$ npm install -g postcss-calc
$ sudo git clone https://github.com/rektide/postcss-calc.git
$ sudo npm install -g ./postcss-calc
postcss-calc@6.0.1 /usr/lib/node_modules/postcss-calc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-calc
| Package Name | postcss-calc |
| Version | 6.0.1 |
| Description | PostCSS plugin to reduce calc() |
| Released Date | 2017-10-10T09:46:10.964Z |
| Published by | semigradsky |
| How to Learn | https://www.npmjs.com/package/postcss-calc/tutorial |