postcss-color-hex-alpha : PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba()). You can installing postcss-color-hex-alpha 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-color-hex-alpha $ sudo npm install -g postcss-color-hex-alpha
If want to update the postcss-color-hex-alpha package execute the command as below,
$ sudo npm update postcss-color-hex-alpha
Update package globally,
$ npm install -g postcss-color-hex-alpha
$ sudo git clone https://github.com/rektide/postcss-color-hex-alpha.git
$ sudo npm install -g ./postcss-color-hex-alpha
postcss-color-hex-alpha@3.0.0 /usr/lib/node_modules/postcss-color-hex-alpha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-color-hex-alpha
| Package Name | postcss-color-hex-alpha |
| Version | 3.0.0 |
| Description | PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba()) |
| Released Date | 2017-05-15T12:15:26.844Z |
| Published by | semigradsky |
| How to Learn | https://www.npmjs.com/package/postcss-color-hex-alpha/tutorial |