postcss-css-variables : PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation. You can installing postcss-css-variables 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-css-variables $ sudo npm install -g postcss-css-variables
If want to update the postcss-css-variables package execute the command as below,
$ sudo npm update postcss-css-variables
Update package globally,
$ npm install -g postcss-css-variables
$ sudo git clone https://github.com/rektide/postcss-css-variables.git
$ sudo npm install -g ./postcss-css-variables
postcss-css-variables@0.8.0 /usr/lib/node_modules/postcss-css-variables
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-css-variables
| Package Name | postcss-css-variables |
| Version | 0.8.0 |
| Description | PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation |
| Released Date | 2017-08-08T21:46:37.429Z |
| Published by | mlm |
| How to Learn | https://www.npmjs.com/package/postcss-css-variables/tutorial |