csso : CSS minifier with structural optimisations. You can installing 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 csso $ sudo npm install -g csso
If want to update the csso package execute the command as below,
$ sudo npm update csso
Update package globally,
$ npm install -g csso
$ sudo git clone https://github.com/rektide/csso.git
$ sudo npm install -g ./csso
csso@3.4.0 /usr/lib/node_modules/csso
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall csso
Package Name | csso |
Version | 3.4.0 |
Description | CSS minifier with structural optimisations |
Released Date | 2017-11-03T21:56:22.572Z |
Published by | lahmatiy |
How to Learn | https://www.npmjs.com/package/csso/tutorial |