postcss-modules-extract-import : A CSS Modules transform to extract local aliases for inline imports. You can installing postcss-modules-extract-import 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-modules-extract-import $ sudo npm install -g postcss-modules-extract-import
If want to update the postcss-modules-extract-import package execute the command as below,
$ sudo npm update postcss-modules-extract-import
Update package globally,
$ npm install -g postcss-modules-extract-import
$ sudo git clone https://github.com/rektide/postcss-modules-extract-import.git
$ sudo npm install -g ./postcss-modules-extract-import
postcss-modules-extract-import@1.1.0 /usr/lib/node_modules/postcss-modules-extract-import
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-modules-extract-import
| Package Name | postcss-modules-extract-import |
| Version | 1.1.0 |
| Description | A CSS Modules transform to extract local aliases for inline imports |
| Released Date | 2017-05-21T22:56:43.472Z |
| Published by | geelen |
| How to Learn | https://www.npmjs.com/package/postcss-modules-extract-import/tutorial |