postcss-pseudoelements : PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before). You can installing postcss-pseudoelements 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-pseudoelements $ sudo npm install -g postcss-pseudoelements
If want to update the postcss-pseudoelements package execute the command as below,
$ sudo npm update postcss-pseudoelements
Update package globally,
$ npm install -g postcss-pseudoelements
$ sudo git clone https://github.com/rektide/postcss-pseudoelements.git
$ sudo npm install -g ./postcss-pseudoelements
postcss-pseudoelements@5.0.0 /usr/lib/node_modules/postcss-pseudoelements
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-pseudoelements
| Package Name | postcss-pseudoelements |
| Version | 5.0.0 |
| Description | PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before) |
| Released Date | 2017-07-09T19:28:31.915Z |
| Published by | sventschui |
| How to Learn | https://www.npmjs.com/package/postcss-pseudoelements/tutorial |