Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charliewilco/level.css
- Owner: charliewilco
- Created: 2017-07-29T22:30:26.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T08:50:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T15:17:12.718Z (about 1 month ago)
- Topics: css, normalize, reset
- Language: CSS
- Homepage: https://charliewilco.github.io/level.css/
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```