grunt-postcss : Apply several post-processors to your CSS using PostCSS. You can installing grunt-postcss 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 grunt-postcss $ sudo npm install -g grunt-postcss
If want to update the grunt-postcss package execute the command as below,
$ sudo npm update grunt-postcss
Update package globally,
$ npm install -g grunt-postcss
$ sudo git clone https://github.com/rektide/grunt-postcss.git
$ sudo npm install -g ./grunt-postcss
grunt-postcss@0.9.0 /usr/lib/node_modules/grunt-postcss
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-postcss
Package Name | grunt-postcss |
Version | 0.9.0 |
Description | Apply several post-processors to your CSS using PostCSS |
Released Date | 2017-09-10T13:07:56.083Z |
Published by | weiss |
How to Learn | https://www.npmjs.com/package/grunt-postcss/tutorial |