specificity : Calculate the specificity of a CSS selector. You can installing specificity 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 specificity $ sudo npm install -g specificity
If want to update the specificity package execute the command as below,
$ sudo npm update specificity
Update package globally,
$ npm install -g specificity
$ sudo git clone https://github.com/rektide/specificity.git
$ sudo npm install -g ./specificity
specificity@0.3.2 /usr/lib/node_modules/specificity
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall specificity
| Package Name | specificity |
| Version | 0.3.2 |
| Description | Calculate the specificity of a CSS selector |
| Released Date | 2017-09-26T02:08:47.748Z |
| Published by | keeganstreet |
| How to Learn | https://www.npmjs.com/package/specificity/tutorial |