postcss-custom-selectors : PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS. You can installing postcss-custom-selectors 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-custom-selectors $ sudo npm install -g postcss-custom-selectors
If want to update the postcss-custom-selectors package execute the command as below,
$ sudo npm update postcss-custom-selectors
Update package globally,
$ npm install -g postcss-custom-selectors
$ sudo git clone https://github.com/rektide/postcss-custom-selectors.git
$ sudo npm install -g ./postcss-custom-selectors
postcss-custom-selectors@4.0.1 /usr/lib/node_modules/postcss-custom-selectors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-custom-selectors
| Package Name | postcss-custom-selectors |
| Version | 4.0.1 |
| Description | PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS |
| Released Date | 2017-05-15T07:09:53.694Z |
| Published by | semigradsky |
| How to Learn | https://www.npmjs.com/package/postcss-custom-selectors/tutorial |