normalize-scss : This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.. You can installing normalize-scss 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 normalize-scss $ sudo npm install -g normalize-scss
If want to update the normalize-scss package execute the command as below,
$ sudo npm update normalize-scss
Update package globally,
$ npm install -g normalize-scss
$ sudo git clone https://github.com/rektide/normalize-scss.git
$ sudo npm install -g ./normalize-scss
normalize-scss@7.0.0 /usr/lib/node_modules/normalize-scss
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall normalize-scss
Package Name | normalize-scss |
Version | 7.0.0 |
Description | This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website. |
Released Date | 2017-05-17T09:48:58.648Z |
Published by | johnalbin |
How to Learn | https://www.npmjs.com/package/normalize-scss/tutorial |