normalise.scss

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

Usage no npm install needed!

<script type="module">
  import normaliseScss from 'https://cdn.skypack.dev/normalise.scss';
</script>

README

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