postcss-custom-properties : PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables. You can installing postcss-custom-properties 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-custom-properties $ sudo npm install -g postcss-custom-properties
If want to update the postcss-custom-properties package execute the command as below,
$ sudo npm update postcss-custom-properties
Update package globally,
$ npm install -g postcss-custom-properties
$ sudo git clone https://github.com/rektide/postcss-custom-properties.git
$ sudo npm install -g ./postcss-custom-properties
postcss-custom-properties@6.2.0 /usr/lib/node_modules/postcss-custom-properties
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-custom-properties
| Package Name | postcss-custom-properties |
| Version | 6.2.0 |
| Description | PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables |
| Released Date | 2017-10-06T17:40:58.789Z |
| Published by | jonathantneal |
| How to Learn | https://www.npmjs.com/package/postcss-custom-properties/tutorial |