postcss-media-minmax : Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.. You can installing postcss-media-minmax 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-media-minmax $ sudo npm install -g postcss-media-minmax
If want to update the postcss-media-minmax package execute the command as below,
$ sudo npm update postcss-media-minmax
Update package globally,
$ npm install -g postcss-media-minmax
$ sudo git clone https://github.com/rektide/postcss-media-minmax.git
$ sudo npm install -g ./postcss-media-minmax
postcss-media-minmax@3.0.0 /usr/lib/node_modules/postcss-media-minmax
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-media-minmax
| Package Name | postcss-media-minmax |
| Version | 3.0.0 |
| Description | Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix. |
| Released Date | 2017-05-11T04:28:43.011Z |
| Published by | moox |
| How to Learn | https://www.npmjs.com/package/postcss-media-minmax/tutorial |