ticketfly-css-normalize

0.1.0 • Public • Published

Ticketfly CSS Normalize

Normalization settings for Ticketfly CSS.

Latest NPM release License Dependencies Dev Dependencies

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.

Package Sidebar

Install

npm i ticketfly-css-normalize

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bsipple