ticketfly-css-normalize
v0.1.0
Published
Normalization settings for ticketfly-css
Downloads
6
Maintainers
Readme
Ticketfly CSS Normalize
Normalization settings for Ticketfly CSS.
Installation
Installing with npm
:
npm install ticketfly-css-normalize
Installing with yarn
:
yarn add ticketfly-css-normalize
What's Normalization?
This module is essentially Ticketfly CSS's take on CSS normalization. It's inspired heavilly -- but with slightly deviating opinions -- by the excellent Normalize.css project.
Whereas a CSS reset focuses on "unstyling" things, normalization aims to patch minor bugs or tweak standard elements while still preserving the built-in browser settings outside of its scope.
Though somewhat dated, this introductory blog post to Normalize CSS goes into great details about its overall purpose.
It's also important to recognize what normalization isn't: a
full set of style rules for HTML elements. For example, whereas
normalization is concerned with ensuring that the <body>
element always has
margin
set to 0
, a separate typography module should be concerned
with defining a font-family
stack for the <body>
element.