grunt-contrib-stylus : Compile Stylus files to CSS. You can installing grunt-contrib-stylus 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-contrib-stylus $ sudo npm install -g grunt-contrib-stylus
If want to update the grunt-contrib-stylus package execute the command as below,
$ sudo npm update grunt-contrib-stylus
Update package globally,
$ npm install -g grunt-contrib-stylus
$ sudo git clone https://github.com/rektide/grunt-contrib-stylus.git
$ sudo npm install -g ./grunt-contrib-stylus
grunt-contrib-stylus@1.2.0 /usr/lib/node_modules/grunt-contrib-stylus
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-stylus
Package Name | grunt-contrib-stylus |
Version | 1.2.0 |
Description | Compile Stylus files to CSS |
Released Date | 2016-03-08T21:43:01.541Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-stylus/tutorial |