You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Website](https://krishdevdb.github.io/reseter.css) · [Request a Feature](https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb%27&labels=feature+request&template=feature-request.md&title=Request%3A+) · [Report a Bug](https://github.com/krishdevdb/reseter.css/issues/new?assignees=krishdevdb&labels=bug&template=bug-report.md&title=Bug%3A+)
2
16
3
17
## 🤓 Benefits
4
18
5
-
*[x] No need to start from scratch. Reseter.css doesn't remove all the browser styles, but instead redifines the useful ones
6
-
*[x] Never switch preprocessors/technologies. `sass`, `less`, `scss`, `stylus`, and `styled-components` support available.
7
-
*[x] Never find yourself fixing browser issues. **Includes browser fixes** for a wide range of browsers.
8
-
*[x] No need debugging load time for Reseter.css. It's **sized ~0.7kb**. Moreover, we are consistently trying to reduce it.
9
-
*[x] Get **all the benefits of normalize.css**. It includes all normalizations!
10
-
*[x] Get a better box sizing for a better experience. `box-sing: border-box` set
11
-
*[x] Completely production ready code with **browser support testing** and **source build ci**
19
+
*[x] No need to start from scratch. Reseter.css doesn't remove all the browser styles, but instead redifines the useful ones
20
+
*[x] Never switch preprocessors/technologies. `sass`, `less`, `scss`, `stylus`, and `styled-components` support available.
21
+
*[x] Never find yourself fixing browser issues. **Includes browser fixes** for a wide range of browsers.
22
+
*[x] No need debugging load time for Reseter.css. It's **sized ~0.7kb**. Moreover, we are consistently trying to reduce it.
23
+
*[x] Get **all the benefits of normalize.css**. It includes all normalizations!
24
+
*[x] Get a better box sizing for a better experience. `box-sing: border-box` set
25
+
*[x] Completely production ready code with **browser support testing** and **source build ci**
12
26
13
27
## ❓ Why do I use a css reset
14
28
15
29
There are many inconsistencies between browsers. Like Firefox 3 has a margin on top of paragraphs but Internet Explorer 7 doesn't have any margin. There are thousands of browsers with hundreds of versions. Each version at least has 500+ inconsitencies with different browsers' different versions. How to keep up? This is an easy to use solution called **reseter.css**
Reseter.css as said, is a zero-dependency project and excels in integrating with all kinds of usage options! These are a few easy guides for people to start
96
114
97
115
```html
@@ -110,23 +128,24 @@ Reseter.css as said, is a zero-dependency project and excels in integrating with
110
128
> Make Sure To Link Your Custom Stylesheet After Reseter.css Else Your Custom Styles Might Not Be Implemented
0 commit comments