grunt-autoprefixer : Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.. You can installing grunt-autoprefixer 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 grunt-autoprefixer $ sudo npm install -g grunt-autoprefixer
If want to update the grunt-autoprefixer package execute the command as below,
$ sudo npm update grunt-autoprefixer
Update package globally,
$ npm install -g grunt-autoprefixer
$ sudo git clone https://github.com/rektide/grunt-autoprefixer.git
$ sudo npm install -g ./grunt-autoprefixer
grunt-autoprefixer@3.0.4 /usr/lib/node_modules/grunt-autoprefixer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-autoprefixer
Package Name | grunt-autoprefixer |
Version | 3.0.4 |
Description | Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer. |
Released Date | 2016-02-16T12:07:19.485Z |
Published by | weiss |
How to Learn | https://www.npmjs.com/package/grunt-autoprefixer/tutorial |