normalise.scss

1.0.1 • Public • Published

normalise.scss

SCSS version of normalize.css v4.2.0 (http://necolas.github.io/normalize.css/)

NPM

npm install --save normalise.scss

Download

See https://github.com/karloespiritu/normalise.scss/archive/master.zip

What does it do?

  • Preserves useful defaults, unlike many CSS resets.
  • Normalizes styles for a wide range of elements.
  • Corrects bugs and common browser inconsistencies.
  • Improves usability with subtle modifications.
  • Explains what code does using detailed comments.

Usage

In your sass file, just include:

@import "normalise";

Documentation

See normalise.css project - https://github.com/necolas/normalize.css

Package Sidebar

Install

npm i normalise.scss

Weekly Downloads

21

Version

1.0.1

License

MIT

Last publish

Collaborators

  • karloespiritu