https://github.com/jaydenseric/fix
A CSS normalization/reset reference.
https://github.com/jaydenseric/fix
Last synced: 7 months ago
JSON representation
A CSS normalization/reset reference.
- Host: GitHub
- URL: https://github.com/jaydenseric/fix
- Owner: jaydenseric
- Created: 2016-01-06T06:07:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T09:15:15.000Z (over 9 years ago)
- Last Synced: 2025-04-16T08:11:19.486Z (9 months ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 123
- Watchers: 13
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 
A quick reference for patching up unruly browser CSS defaults. Part normalization, part reset.
Offending rules are surgically targeted. For example, the `padding-left` of `ul` is reset using `padding-left: 0` and not the typical `padding: 0`.
You *could* include the whole thing in your project, but these days global CSS is a no no. Only use the relevent bits when working on components.
Check out the [blog post](http://jaydenseric.com/blog/forget-normalize-or-resets-lay-your-own-css-foundation) that spawned this project.
## Todo
- Document rules.
- Add more rules, particularly for inputs.
## Licence
[MIT license](https://en.wikipedia.org/wiki/MIT_License).