postcss-discard-duplicates : Discard duplicate rules in your CSS files with PostCSS.. You can installing postcss-discard-duplicates 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-discard-duplicates $ sudo npm install -g postcss-discard-duplicates
If want to update the postcss-discard-duplicates package execute the command as below,
$ sudo npm update postcss-discard-duplicates
Update package globally,
$ npm install -g postcss-discard-duplicates
$ sudo git clone https://github.com/rektide/postcss-discard-duplicates.git
$ sudo npm install -g ./postcss-discard-duplicates
postcss-discard-duplicates@2.1.0 /usr/lib/node_modules/postcss-discard-duplicates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-discard-duplicates
| Package Name | postcss-discard-duplicates |
| Version | 2.1.0 |
| Description | Discard duplicate rules in your CSS files with PostCSS. |
| Released Date | 2017-02-26T19:20:58.214Z |
| Published by | beneb |
| How to Learn | https://www.npmjs.com/package/postcss-discard-duplicates/tutorial |