1.0.1 • Published 8 years ago

normalise.scss v1.0.1

Weekly downloads
106
License
MIT
Repository
github
Last release
8 years ago

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