-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathformalize.scss
More file actions
58 lines (46 loc) · 750 Bytes
/
formalize.scss
File metadata and controls
58 lines (46 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*! formalize.css | MIT License | github.com/interacthings/formalize */
* {
&,
&:before,
&:after {
box-sizing: inherit;
}
}
html {
box-sizing: border-box;
text-rendering: optimizeLegibility;
}
body {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
}
img {
vertical-align: middle;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
margin: 0;
}
button, fieldset, iframe {
border: 0;
}
fieldset, ul, ol, button, menu {
padding: 0;
}
ol, ul {
list-style: none;
}
textarea {
resize: vertical;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
td {
padding: 0;
}