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