postcss-inline-svg : PostCSS plugin to reference an SVG file and control its attributes with CSS syntax. You can installing postcss-inline-svg 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-inline-svg $ sudo npm install -g postcss-inline-svg
If want to update the postcss-inline-svg package execute the command as below,
$ sudo npm update postcss-inline-svg
Update package globally,
$ npm install -g postcss-inline-svg
$ sudo git clone https://github.com/rektide/postcss-inline-svg.git
$ sudo npm install -g ./postcss-inline-svg
postcss-inline-svg@3.0.0 /usr/lib/node_modules/postcss-inline-svg
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-inline-svg
| Package Name | postcss-inline-svg |
| Version | 3.0.0 |
| Description | PostCSS plugin to reference an SVG file and control its attributes with CSS syntax |
| Released Date | 2017-05-13T16:32:37.189Z |
| Published by | trysound |
| How to Learn | https://www.npmjs.com/package/postcss-inline-svg/tutorial |