Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom CSS reset

Browsers ship with default styles. Those defaults can create or seem like inconsistencies when building across different browsers—for example, differences in line-height can affect spacing, height, and alignment.

While browser standards have improved over time and inconsistencies have reduced, defaults still vary enough that a reset stylesheet remains a useful starting point.

One of the earliest widely used reset stylesheets was Eric Meyer's (2011). Eric recommended tailoring resets to suit your needs. A lot has changed since then, so this project provides an updated, generic reset you can adapt.

This reset stylesheet is a collection based on real usage from work done and inspection of modern, well-built sites. It’s intended to be a strong baseline that you can modify to suit your needs.


Getting Started

You could introuduce this into your project by either;

  1. Copy the reset.css file into your project or
  2. Import it at the top of your main stylesheet so it loads before your app styles.
 @import "./reset.css";

Note

  • Apply the reset as the starting base of a project - best applied that way.
  • Avoid introducing it into an existing codebase unless you are prepared to address layout/style changes.

About

A collection of styles that reset the styles of certain elements in the browser

Resources

Stars

1.3k stars

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages