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