postcss-csso : PostCSS plugin to minify CSS using CSSO. You can installing postcss-csso 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-csso $ sudo npm install -g postcss-csso
If want to update the postcss-csso package execute the command as below,
$ sudo npm update postcss-csso
Update package globally,
$ npm install -g postcss-csso
$ sudo git clone https://github.com/rektide/postcss-csso.git
$ sudo npm install -g ./postcss-csso
postcss-csso@3.0.0 /usr/lib/node_modules/postcss-csso
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-csso
| Package Name | postcss-csso |
| Version | 3.0.0 |
| Description | PostCSS plugin to minify CSS using CSSO |
| Released Date | 2017-10-12T13:48:56.737Z |
| Published by | lahmatiy |
| How to Learn | https://www.npmjs.com/package/postcss-csso/tutorial |