Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# HTML5 Reset

HTML5 Reset is a simple set of best practices to get web projects off on the right foot.
**HTML5 Reset** is a simple set of best practices to get web projects off on the right foot.

## STREAMLINED FOR 2023

1. We make almost no opinionated decisions — the style sheet is designed to strip initial styles from browsers, providing a blank slate
2. No more Analytics, Modernizr, or jQuery
3. Basic CSS variables
4. Links to useful 3rd party tools
5. Removed extraneous comments
1. **Minimal Opinionated Decisions**: The style sheet is designed to strip initial styles from browsers, providing a blank slate.
2. **No More Extra Libraries**: Removed Analytics, Modernizr, or jQuery.
3. **Basic CSS Variables**: Utilizes simple CSS variables for better maintainability.
4. **Useful Resources**: Links to helpful third-party tools.
5. **Cleaned Up Comments**: Removed extraneous comments for clarity.

## A note on font-sizing
## A Note on Font-Sizing

We prefer `rem` for the simplicity; you will need to swap in `em` in `styles.css` if that's your style.
We prefer using `rem` for simplicity; however, you will need to swap in `em` in `styles.css` if that's your preferred style.

## Command-line installation:
## Command-Line Installation

```
To install HTML5 Reset, run the following command:

```bash
bower install HTML5-Reset
```