autoprefixer : Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website. You can installing 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 autoprefixer $ sudo npm install -g autoprefixer
If want to update the autoprefixer package execute the command as below,
$ sudo npm update autoprefixer
Update package globally,
$ npm install -g autoprefixer
$ sudo git clone https://github.com/rektide/autoprefixer.git
$ sudo npm install -g ./autoprefixer
autoprefixer@7.1.6 /usr/lib/node_modules/autoprefixer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall autoprefixer
Package Name | autoprefixer |
Version | 7.1.6 |
Description | Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website |
Released Date | 2017-10-21T23:01:44.536Z |
Published by | ai |
How to Learn | https://www.npmjs.com/package/autoprefixer/tutorial |