postcss-custom-media : PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS. You can installing postcss-custom-media 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-custom-media $ sudo npm install -g postcss-custom-media
If want to update the postcss-custom-media package execute the command as below,
$ sudo npm update postcss-custom-media
Update package globally,
$ npm install -g postcss-custom-media
$ sudo git clone https://github.com/rektide/postcss-custom-media.git
$ sudo npm install -g ./postcss-custom-media
postcss-custom-media@6.0.0 /usr/lib/node_modules/postcss-custom-media
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-custom-media
| Package Name | postcss-custom-media |
| Version | 6.0.0 |
| Description | PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS |
| Released Date | 2017-05-12T09:24:38.777Z |
| Published by | semigradsky |
| How to Learn | https://www.npmjs.com/package/postcss-custom-media/tutorial |