postcss-nested : PostCSS plugin to unwrap nested rules like how Sass does it.. You can installing postcss-nested 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-nested $ sudo npm install -g postcss-nested
If want to update the postcss-nested package execute the command as below,
$ sudo npm update postcss-nested
Update package globally,
$ npm install -g postcss-nested
$ sudo git clone https://github.com/rektide/postcss-nested.git
$ sudo npm install -g ./postcss-nested
postcss-nested@2.1.2 /usr/lib/node_modules/postcss-nested
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-nested
| Package Name | postcss-nested |
| Version | 2.1.2 |
| Description | PostCSS plugin to unwrap nested rules like how Sass does it. |
| Released Date | 2017-08-15T06:25:49.287Z |
| Published by | ai |
| How to Learn | https://www.npmjs.com/package/postcss-nested/tutorial |