Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charliewilco/level.css

πŸ“Sane CSS reset
https://github.com/charliewilco/level.css

css normalize reset

Last synced: about 1 month ago
JSON representation

πŸ“Sane CSS reset

Awesome Lists containing this project

README

        

# Level.css

I am never really sure how aggressive of a reset css or a normalize I ever want in a project or how opinionated that level of hierarchy should be.

Things I typically want from a reset.css:

- Box model reset to `border-box`
- No default margins
- Responsive images and media
- Forms to be semi-consist and to inherit typography related styles
- Code blocks to have a realistic `font-size`

## Installation

```shell
yarn add level.css
```

```shell
npm i -S level.css
```