postcss-load-config : Autoload Config for PostCSS. You can installing postcss-load-config 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-load-config $ sudo npm install -g postcss-load-config
If want to update the postcss-load-config package execute the command as below,
$ sudo npm update postcss-load-config
Update package globally,
$ npm install -g postcss-load-config
$ sudo git clone https://github.com/rektide/postcss-load-config.git
$ sudo npm install -g ./postcss-load-config
postcss-load-config@1.2.0 /usr/lib/node_modules/postcss-load-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-load-config
| Package Name | postcss-load-config |
| Version | 1.2.0 |
| Description | Autoload Config for PostCSS |
| Released Date | 2017-02-13T02:25:26.387Z |
| Published by | michael-ciniawsky |
| How to Learn | https://www.npmjs.com/package/postcss-load-config/tutorial |