Skip to content

Commit 43bf3bf

Browse files
committedApr 20, 2019
chore(build): update normalize.css
1 parent 687dac4 commit 43bf3bf

File tree

4 files changed

+546
-476
lines changed

4 files changed

+546
-476
lines changed
 

‎dist/frow.css

+187-150
Original file line numberDiff line numberDiff line change
@@ -1,248 +1,285 @@
11
/*! Frow CSS | MIT License | frowcss.com */
2-
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
2+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
33
/* Document
44
* ========================================================================== */
55
/**
66
* 1. Correct the line height in all browsers.
77
* 2. Prevent adjustments of font size after orientation changes in iOS. */
8-
html {
9-
line-height: 1.15;
10-
/* 1 */
11-
-webkit-text-size-adjust: 100%;
12-
/* 2 */ }
13-
148
/* Sections
159
* ========================================================================== */
1610
/**
1711
* Remove the margin in all browsers. */
18-
body {
19-
margin: 0; }
20-
12+
/**
13+
* Render the `main` element consistently in IE. */
2114
/**
2215
* Correct the font size and margin on `h1` elements within `section` and
2316
* `article` contexts in Chrome, Firefox, and Safari. */
24-
h1 {
25-
font-size: 2em;
26-
margin: 0.67em 0; }
27-
2817
/* Grouping content
2918
* ========================================================================== */
3019
/**
3120
* 1. Add the correct box sizing in Firefox.
3221
* 2. Show the overflow in Edge and IE. */
33-
hr {
34-
box-sizing: content-box;
35-
/* 1 */
36-
height: 0;
37-
/* 1 */
38-
overflow: visible;
39-
/* 2 */ }
40-
4122
/**
4223
* 1. Correct the inheritance and scaling of font size in all browsers.
4324
* 2. Correct the odd `em` font sizing in all browsers. */
44-
pre {
45-
font-family: monospace, monospace;
46-
/* 1 */
47-
font-size: 1em;
48-
/* 2 */ }
49-
5025
/* Text-level semantics
5126
* ========================================================================== */
5227
/**
5328
* Remove the gray background on active links in IE 10. */
54-
a {
55-
background-color: transparent; }
56-
5729
/**
5830
* 1. Remove the bottom border in Chrome 57-
5931
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
60-
abbr[title] {
61-
border-bottom: none;
62-
/* 1 */
63-
text-decoration: underline;
64-
/* 2 */
65-
-webkit-text-decoration: underline dotted;
66-
text-decoration: underline dotted;
67-
/* 2 */ }
68-
6932
/**
7033
* Add the correct font weight in Chrome, Edge, and Safari. */
71-
b, strong {
72-
font-weight: bolder; }
73-
7434
/**
7535
* 1. Correct the inheritance and scaling of font size in all browsers.
7636
* 2. Correct the odd `em` font sizing in all browsers. */
77-
code, kbd, samp {
78-
font-family: monospace, monospace;
79-
/* 1 */
80-
font-size: 1em;
81-
/* 2 */ }
82-
8337
/**
8438
* Add the correct font size in all browsers. */
85-
small {
86-
font-size: 80%; }
87-
8839
/**
8940
* Prevent `sub` and `sup` elements from affecting the line height in
9041
* all browsers. */
91-
sub, sup {
92-
font-size: 75%;
93-
line-height: 0;
94-
position: relative;
95-
vertical-align: baseline; }
96-
97-
sub {
98-
bottom: -0.25em; }
99-
100-
sup {
101-
top: -0.5em; }
102-
10342
/* Embedded content
10443
* ========================================================================== */
10544
/**
10645
* Remove the border on images inside links in IE 10. */
107-
img {
108-
border-style: none; }
109-
11046
/* Forms
11147
* ========================================================================== */
11248
/**
11349
* 1. Change the font styles in all browsers.
11450
* 2. Remove the margin in Firefox and Safari. */
115-
button, input, optgroup, select, textarea {
116-
font-family: inherit;
117-
/* 1 */
118-
font-size: 100%;
119-
/* 1 */
120-
line-height: 1.15;
121-
/* 1 */
122-
margin: 0;
123-
/* 2 */ }
124-
12551
/**
12652
* Show the overflow in IE.
12753
* 1. Show the overflow in Edge. */
128-
button, input {
129-
/* 1 */
130-
overflow: visible; }
131-
13254
/**
13355
* Remove the inheritance of text transform in Edge, Firefox, and IE.
13456
* 1. Remove the inheritance of text transform in Firefox. */
135-
button, select {
136-
/* 1 */
137-
text-transform: none; }
138-
13957
/**
14058
* Correct the inability to style clickable types in iOS and Safari. */
141-
button, [type="button"], [type="reset"], [type="submit"] {
142-
-webkit-appearance: button; }
143-
14459
/**
14560
* Remove the inner border and padding in Firefox. */
146-
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
147-
border-style: none;
148-
padding: 0; }
149-
15061
/**
15162
* Restore the focus styles unset by the previous rule. */
152-
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
153-
outline: 1px dotted ButtonText; }
154-
15563
/**
15664
* Correct the padding in Firefox. */
157-
fieldset {
158-
padding: 0.35em 0.75em 0.625em; }
159-
16065
/**
16166
* 1. Correct the text wrapping in Edge and IE.
16267
* 2. Correct the color inheritance from `fieldset` elements in IE.
16368
* 3. Remove the padding so developers are not caught out when they zero out
16469
* `fieldset` elements in all browsers. */
165-
legend {
166-
box-sizing: border-box;
167-
/* 1 */
168-
color: inherit;
169-
/* 2 */
170-
display: table;
171-
/* 1 */
172-
max-width: 100%;
173-
/* 1 */
174-
padding: 0;
175-
/* 3 */
176-
white-space: normal;
177-
/* 1 */ }
178-
17970
/**
18071
* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
181-
progress {
182-
vertical-align: baseline; }
183-
18472
/**
18573
* Remove the default vertical scrollbar in IE 10+. */
186-
textarea {
187-
overflow: auto; }
188-
18974
/**
19075
* 1. Add the correct box sizing in IE 10.
19176
* 2. Remove the padding in IE 10. */
192-
[type="checkbox"], [type="radio"] {
193-
box-sizing: border-box;
194-
/* 1 */
195-
padding: 0;
196-
/* 2 */ }
197-
19877
/**
19978
* Correct the cursor style of increment and decrement buttons in Chrome. */
200-
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
201-
height: auto; }
202-
20379
/**
20480
* 1. Correct the odd appearance in Chrome and Safari.
20581
* 2. Correct the outline style in Safari. */
206-
[type="search"] {
207-
-webkit-appearance: textfield;
208-
/* 1 */
209-
outline-offset: -2px;
210-
/* 2 */ }
211-
[type="search"]::-webkit-search-decoration {
212-
-webkit-appearance: none; }
213-
21482
/**
21583
* Remove the inner padding in Chrome and Safari on macOS. */
21684
/**
21785
* 1. Correct the inability to style clickable types in iOS and Safari.
21886
* 2. Change font properties to `inherit` in Safari. */
219-
::-webkit-file-upload-button {
220-
-webkit-appearance: button;
221-
/* 1 */
222-
font: inherit;
223-
/* 2 */ }
224-
22587
/* Interactive
22688
* ========================================================================== */
22789
/*
22890
* Add the correct display in Edge, IE 10+, and Firefox. */
229-
details {
230-
display: block; }
231-
23291
/*
23392
* Add the correct display in all browsers. */
234-
summary {
235-
display: list-item; }
236-
23793
/* Misc
23894
* ========================================================================== */
23995
/**
24096
* Add the correct display in IE 10+. */
241-
template, [hidden] {
242-
display: none; }
243-
24497
/**
24598
* Add the correct display in IE 10. */
99+
html {
100+
line-height: 1.15;
101+
-webkit-text-size-adjust: 100%; }
102+
103+
body {
104+
margin: 0; }
105+
106+
main {
107+
display: block; }
108+
109+
h1 {
110+
font-size: 2em;
111+
margin: 0.67em 0; }
112+
113+
hr {
114+
box-sizing: content-box;
115+
height: 0;
116+
overflow: visible; }
117+
118+
pre {
119+
font-family: monospace, monospace;
120+
font-size: 1em; }
121+
122+
a {
123+
background-color: transparent; }
124+
125+
abbr[title] {
126+
border-bottom: none;
127+
text-decoration: underline;
128+
-webkit-text-decoration: underline dotted;
129+
text-decoration: underline dotted; }
130+
131+
b {
132+
font-weight: bolder; }
133+
134+
strong {
135+
font-weight: bolder; }
136+
137+
code {
138+
font-family: monospace, monospace;
139+
font-size: 1em; }
140+
141+
kbd {
142+
font-family: monospace, monospace;
143+
font-size: 1em; }
144+
145+
samp {
146+
font-family: monospace, monospace;
147+
font-size: 1em; }
148+
149+
small {
150+
font-size: 80%; }
151+
152+
sub {
153+
font-size: 75%;
154+
line-height: 0;
155+
position: relative;
156+
vertical-align: baseline;
157+
bottom: -0.25em; }
158+
159+
sup {
160+
font-size: 75%;
161+
line-height: 0;
162+
position: relative;
163+
vertical-align: baseline;
164+
top: -0.5em; }
165+
166+
img {
167+
border-style: none; }
168+
169+
button {
170+
font-family: inherit;
171+
font-size: 100%;
172+
line-height: 1.15;
173+
margin: 0;
174+
overflow: visible;
175+
text-transform: none;
176+
-webkit-appearance: button; }
177+
button::-moz-focus-inner {
178+
border-style: none;
179+
padding: 0; }
180+
button:-moz-focusring {
181+
outline: 1px dotted ButtonText; }
182+
183+
input {
184+
font-family: inherit;
185+
font-size: 100%;
186+
line-height: 1.15;
187+
margin: 0;
188+
overflow: visible; }
189+
190+
optgroup {
191+
font-family: inherit;
192+
font-size: 100%;
193+
line-height: 1.15;
194+
margin: 0; }
195+
196+
select {
197+
font-family: inherit;
198+
font-size: 100%;
199+
line-height: 1.15;
200+
margin: 0;
201+
text-transform: none; }
202+
203+
textarea {
204+
font-family: inherit;
205+
font-size: 100%;
206+
line-height: 1.15;
207+
margin: 0;
208+
overflow: auto; }
209+
210+
[type="button"] {
211+
-webkit-appearance: button; }
212+
[type="button"]::-moz-focus-inner {
213+
border-style: none;
214+
padding: 0; }
215+
[type="button"]:-moz-focusring {
216+
outline: 1px dotted ButtonText; }
217+
218+
[type="reset"] {
219+
-webkit-appearance: button; }
220+
[type="reset"]::-moz-focus-inner {
221+
border-style: none;
222+
padding: 0; }
223+
[type="reset"]:-moz-focusring {
224+
outline: 1px dotted ButtonText; }
225+
226+
[type="submit"] {
227+
-webkit-appearance: button; }
228+
[type="submit"]::-moz-focus-inner {
229+
border-style: none;
230+
padding: 0; }
231+
[type="submit"]:-moz-focusring {
232+
outline: 1px dotted ButtonText; }
233+
234+
fieldset {
235+
padding: 0.35em 0.75em 0.625em; }
236+
237+
legend {
238+
box-sizing: border-box;
239+
color: inherit;
240+
display: table;
241+
max-width: 100%;
242+
padding: 0;
243+
white-space: normal; }
244+
245+
progress {
246+
vertical-align: baseline; }
247+
248+
[type="checkbox"] {
249+
box-sizing: border-box;
250+
padding: 0; }
251+
252+
[type="radio"] {
253+
box-sizing: border-box;
254+
padding: 0; }
255+
256+
[type="number"]::-webkit-inner-spin-button {
257+
height: auto; }
258+
259+
[type="number"]::-webkit-outer-spin-button {
260+
height: auto; }
261+
262+
[type="search"] {
263+
-webkit-appearance: textfield;
264+
outline-offset: -2px; }
265+
[type="search"]::-webkit-search-decoration {
266+
-webkit-appearance: none; }
267+
[type="search"]::-webkit-file-upload-button {
268+
-webkit-appearance: button;
269+
font: inherit; }
270+
271+
details {
272+
display: block; }
273+
274+
summary {
275+
display: list-item; }
276+
277+
template {
278+
display: none; }
279+
280+
[hidden] {
281+
display: none; }
282+
246283
*, :after, :before {
247284
box-sizing: border-box;
248285
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

‎dist/frow.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/styles/frow.css

+187-150
Original file line numberDiff line numberDiff line change
@@ -1,249 +1,286 @@
11
/* This code is not minified for example purposes only, remember to minify your code! */
22
/*! Frow CSS | MIT License | frowcss.com */
3-
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
3+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
44
/* Document
55
* ========================================================================== */
66
/**
77
* 1. Correct the line height in all browsers.
88
* 2. Prevent adjustments of font size after orientation changes in iOS. */
9-
html {
10-
line-height: 1.15;
11-
/* 1 */
12-
-webkit-text-size-adjust: 100%;
13-
/* 2 */ }
14-
159
/* Sections
1610
* ========================================================================== */
1711
/**
1812
* Remove the margin in all browsers. */
19-
body {
20-
margin: 0; }
21-
13+
/**
14+
* Render the `main` element consistently in IE. */
2215
/**
2316
* Correct the font size and margin on `h1` elements within `section` and
2417
* `article` contexts in Chrome, Firefox, and Safari. */
25-
h1 {
26-
font-size: 2em;
27-
margin: 0.67em 0; }
28-
2918
/* Grouping content
3019
* ========================================================================== */
3120
/**
3221
* 1. Add the correct box sizing in Firefox.
3322
* 2. Show the overflow in Edge and IE. */
34-
hr {
35-
box-sizing: content-box;
36-
/* 1 */
37-
height: 0;
38-
/* 1 */
39-
overflow: visible;
40-
/* 2 */ }
41-
4223
/**
4324
* 1. Correct the inheritance and scaling of font size in all browsers.
4425
* 2. Correct the odd `em` font sizing in all browsers. */
45-
pre {
46-
font-family: monospace, monospace;
47-
/* 1 */
48-
font-size: 1em;
49-
/* 2 */ }
50-
5126
/* Text-level semantics
5227
* ========================================================================== */
5328
/**
5429
* Remove the gray background on active links in IE 10. */
55-
a {
56-
background-color: transparent; }
57-
5830
/**
5931
* 1. Remove the bottom border in Chrome 57-
6032
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
61-
abbr[title] {
62-
border-bottom: none;
63-
/* 1 */
64-
text-decoration: underline;
65-
/* 2 */
66-
-webkit-text-decoration: underline dotted;
67-
text-decoration: underline dotted;
68-
/* 2 */ }
69-
7033
/**
7134
* Add the correct font weight in Chrome, Edge, and Safari. */
72-
b, strong {
73-
font-weight: bolder; }
74-
7535
/**
7636
* 1. Correct the inheritance and scaling of font size in all browsers.
7737
* 2. Correct the odd `em` font sizing in all browsers. */
78-
code, kbd, samp {
79-
font-family: monospace, monospace;
80-
/* 1 */
81-
font-size: 1em;
82-
/* 2 */ }
83-
8438
/**
8539
* Add the correct font size in all browsers. */
86-
small {
87-
font-size: 80%; }
88-
8940
/**
9041
* Prevent `sub` and `sup` elements from affecting the line height in
9142
* all browsers. */
92-
sub, sup {
93-
font-size: 75%;
94-
line-height: 0;
95-
position: relative;
96-
vertical-align: baseline; }
97-
98-
sub {
99-
bottom: -0.25em; }
100-
101-
sup {
102-
top: -0.5em; }
103-
10443
/* Embedded content
10544
* ========================================================================== */
10645
/**
10746
* Remove the border on images inside links in IE 10. */
108-
img {
109-
border-style: none; }
110-
11147
/* Forms
11248
* ========================================================================== */
11349
/**
11450
* 1. Change the font styles in all browsers.
11551
* 2. Remove the margin in Firefox and Safari. */
116-
button, input, optgroup, select, textarea {
117-
font-family: inherit;
118-
/* 1 */
119-
font-size: 100%;
120-
/* 1 */
121-
line-height: 1.15;
122-
/* 1 */
123-
margin: 0;
124-
/* 2 */ }
125-
12652
/**
12753
* Show the overflow in IE.
12854
* 1. Show the overflow in Edge. */
129-
button, input {
130-
/* 1 */
131-
overflow: visible; }
132-
13355
/**
13456
* Remove the inheritance of text transform in Edge, Firefox, and IE.
13557
* 1. Remove the inheritance of text transform in Firefox. */
136-
button, select {
137-
/* 1 */
138-
text-transform: none; }
139-
14058
/**
14159
* Correct the inability to style clickable types in iOS and Safari. */
142-
button, [type="button"], [type="reset"], [type="submit"] {
143-
-webkit-appearance: button; }
144-
14560
/**
14661
* Remove the inner border and padding in Firefox. */
147-
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
148-
border-style: none;
149-
padding: 0; }
150-
15162
/**
15263
* Restore the focus styles unset by the previous rule. */
153-
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
154-
outline: 1px dotted ButtonText; }
155-
15664
/**
15765
* Correct the padding in Firefox. */
158-
fieldset {
159-
padding: 0.35em 0.75em 0.625em; }
160-
16166
/**
16267
* 1. Correct the text wrapping in Edge and IE.
16368
* 2. Correct the color inheritance from `fieldset` elements in IE.
16469
* 3. Remove the padding so developers are not caught out when they zero out
16570
* `fieldset` elements in all browsers. */
166-
legend {
167-
box-sizing: border-box;
168-
/* 1 */
169-
color: inherit;
170-
/* 2 */
171-
display: table;
172-
/* 1 */
173-
max-width: 100%;
174-
/* 1 */
175-
padding: 0;
176-
/* 3 */
177-
white-space: normal;
178-
/* 1 */ }
179-
18071
/**
18172
* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
182-
progress {
183-
vertical-align: baseline; }
184-
18573
/**
18674
* Remove the default vertical scrollbar in IE 10+. */
187-
textarea {
188-
overflow: auto; }
189-
19075
/**
19176
* 1. Add the correct box sizing in IE 10.
19277
* 2. Remove the padding in IE 10. */
193-
[type="checkbox"], [type="radio"] {
194-
box-sizing: border-box;
195-
/* 1 */
196-
padding: 0;
197-
/* 2 */ }
198-
19978
/**
20079
* Correct the cursor style of increment and decrement buttons in Chrome. */
201-
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
202-
height: auto; }
203-
20480
/**
20581
* 1. Correct the odd appearance in Chrome and Safari.
20682
* 2. Correct the outline style in Safari. */
207-
[type="search"] {
208-
-webkit-appearance: textfield;
209-
/* 1 */
210-
outline-offset: -2px;
211-
/* 2 */ }
212-
[type="search"]::-webkit-search-decoration {
213-
-webkit-appearance: none; }
214-
21583
/**
21684
* Remove the inner padding in Chrome and Safari on macOS. */
21785
/**
21886
* 1. Correct the inability to style clickable types in iOS and Safari.
21987
* 2. Change font properties to `inherit` in Safari. */
220-
::-webkit-file-upload-button {
221-
-webkit-appearance: button;
222-
/* 1 */
223-
font: inherit;
224-
/* 2 */ }
225-
22688
/* Interactive
22789
* ========================================================================== */
22890
/*
22991
* Add the correct display in Edge, IE 10+, and Firefox. */
230-
details {
231-
display: block; }
232-
23392
/*
23493
* Add the correct display in all browsers. */
235-
summary {
236-
display: list-item; }
237-
23894
/* Misc
23995
* ========================================================================== */
24096
/**
24197
* Add the correct display in IE 10+. */
242-
template, [hidden] {
243-
display: none; }
244-
24598
/**
24699
* Add the correct display in IE 10. */
100+
html {
101+
line-height: 1.15;
102+
-webkit-text-size-adjust: 100%; }
103+
104+
body {
105+
margin: 0; }
106+
107+
main {
108+
display: block; }
109+
110+
h1 {
111+
font-size: 2em;
112+
margin: 0.67em 0; }
113+
114+
hr {
115+
box-sizing: content-box;
116+
height: 0;
117+
overflow: visible; }
118+
119+
pre {
120+
font-family: monospace, monospace;
121+
font-size: 1em; }
122+
123+
a {
124+
background-color: transparent; }
125+
126+
abbr[title] {
127+
border-bottom: none;
128+
text-decoration: underline;
129+
-webkit-text-decoration: underline dotted;
130+
text-decoration: underline dotted; }
131+
132+
b {
133+
font-weight: bolder; }
134+
135+
strong {
136+
font-weight: bolder; }
137+
138+
code {
139+
font-family: monospace, monospace;
140+
font-size: 1em; }
141+
142+
kbd {
143+
font-family: monospace, monospace;
144+
font-size: 1em; }
145+
146+
samp {
147+
font-family: monospace, monospace;
148+
font-size: 1em; }
149+
150+
small {
151+
font-size: 80%; }
152+
153+
sub {
154+
font-size: 75%;
155+
line-height: 0;
156+
position: relative;
157+
vertical-align: baseline;
158+
bottom: -0.25em; }
159+
160+
sup {
161+
font-size: 75%;
162+
line-height: 0;
163+
position: relative;
164+
vertical-align: baseline;
165+
top: -0.5em; }
166+
167+
img {
168+
border-style: none; }
169+
170+
button {
171+
font-family: inherit;
172+
font-size: 100%;
173+
line-height: 1.15;
174+
margin: 0;
175+
overflow: visible;
176+
text-transform: none;
177+
-webkit-appearance: button; }
178+
button::-moz-focus-inner {
179+
border-style: none;
180+
padding: 0; }
181+
button:-moz-focusring {
182+
outline: 1px dotted ButtonText; }
183+
184+
input {
185+
font-family: inherit;
186+
font-size: 100%;
187+
line-height: 1.15;
188+
margin: 0;
189+
overflow: visible; }
190+
191+
optgroup {
192+
font-family: inherit;
193+
font-size: 100%;
194+
line-height: 1.15;
195+
margin: 0; }
196+
197+
select {
198+
font-family: inherit;
199+
font-size: 100%;
200+
line-height: 1.15;
201+
margin: 0;
202+
text-transform: none; }
203+
204+
textarea {
205+
font-family: inherit;
206+
font-size: 100%;
207+
line-height: 1.15;
208+
margin: 0;
209+
overflow: auto; }
210+
211+
[type="button"] {
212+
-webkit-appearance: button; }
213+
[type="button"]::-moz-focus-inner {
214+
border-style: none;
215+
padding: 0; }
216+
[type="button"]:-moz-focusring {
217+
outline: 1px dotted ButtonText; }
218+
219+
[type="reset"] {
220+
-webkit-appearance: button; }
221+
[type="reset"]::-moz-focus-inner {
222+
border-style: none;
223+
padding: 0; }
224+
[type="reset"]:-moz-focusring {
225+
outline: 1px dotted ButtonText; }
226+
227+
[type="submit"] {
228+
-webkit-appearance: button; }
229+
[type="submit"]::-moz-focus-inner {
230+
border-style: none;
231+
padding: 0; }
232+
[type="submit"]:-moz-focusring {
233+
outline: 1px dotted ButtonText; }
234+
235+
fieldset {
236+
padding: 0.35em 0.75em 0.625em; }
237+
238+
legend {
239+
box-sizing: border-box;
240+
color: inherit;
241+
display: table;
242+
max-width: 100%;
243+
padding: 0;
244+
white-space: normal; }
245+
246+
progress {
247+
vertical-align: baseline; }
248+
249+
[type="checkbox"] {
250+
box-sizing: border-box;
251+
padding: 0; }
252+
253+
[type="radio"] {
254+
box-sizing: border-box;
255+
padding: 0; }
256+
257+
[type="number"]::-webkit-inner-spin-button {
258+
height: auto; }
259+
260+
[type="number"]::-webkit-outer-spin-button {
261+
height: auto; }
262+
263+
[type="search"] {
264+
-webkit-appearance: textfield;
265+
outline-offset: -2px; }
266+
[type="search"]::-webkit-search-decoration {
267+
-webkit-appearance: none; }
268+
[type="search"]::-webkit-file-upload-button {
269+
-webkit-appearance: button;
270+
font: inherit; }
271+
272+
details {
273+
display: block; }
274+
275+
summary {
276+
display: list-item; }
277+
278+
template {
279+
display: none; }
280+
281+
[hidden] {
282+
display: none; }
283+
247284
*, :after, :before {
248285
box-sizing: border-box;
249286
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

‎src/_normalize.sass

+171-175
Original file line numberDiff line numberDiff line change
@@ -1,283 +1,279 @@
1-
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
2-
1+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
32
/* Document
43
* ==========================================================================
5-
64
/**
75
* 1. Correct the line height in all browsers.
86
* 2. Prevent adjustments of font size after orientation changes in iOS.
9-
10-
html
11-
line-height: 1.15
12-
/* 1
13-
-webkit-text-size-adjust: 100%
14-
/* 2
15-
167
/* Sections
178
* ==========================================================================
18-
199
/**
2010
* Remove the margin in all browsers.
21-
22-
body
23-
margin: 0
24-
11+
/**
12+
* Render the `main` element consistently in IE.
2513
/**
2614
* Correct the font size and margin on `h1` elements within `section` and
2715
* `article` contexts in Chrome, Firefox, and Safari.
28-
29-
h1
30-
font-size: 2em
31-
margin: 0.67em 0
32-
3316
/* Grouping content
3417
* ==========================================================================
35-
3618
/**
3719
* 1. Add the correct box sizing in Firefox.
3820
* 2. Show the overflow in Edge and IE.
21+
/**
22+
* 1. Correct the inheritance and scaling of font size in all browsers.
23+
* 2. Correct the odd `em` font sizing in all browsers.
24+
/* Text-level semantics
25+
* ==========================================================================
26+
/**
27+
* Remove the gray background on active links in IE 10.
28+
/**
29+
* 1. Remove the bottom border in Chrome 57-
30+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
31+
/**
32+
* Add the correct font weight in Chrome, Edge, and Safari.
33+
/**
34+
* 1. Correct the inheritance and scaling of font size in all browsers.
35+
* 2. Correct the odd `em` font sizing in all browsers.
36+
/**
37+
* Add the correct font size in all browsers.
38+
/**
39+
* Prevent `sub` and `sup` elements from affecting the line height in
40+
* all browsers.
41+
/* Embedded content
42+
* ==========================================================================
43+
/**
44+
* Remove the border on images inside links in IE 10.
45+
/* Forms
46+
* ==========================================================================
47+
/**
48+
* 1. Change the font styles in all browsers.
49+
* 2. Remove the margin in Firefox and Safari.
50+
/**
51+
* Show the overflow in IE.
52+
* 1. Show the overflow in Edge.
53+
/**
54+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
55+
* 1. Remove the inheritance of text transform in Firefox.
56+
/**
57+
* Correct the inability to style clickable types in iOS and Safari.
58+
/**
59+
* Remove the inner border and padding in Firefox.
60+
/**
61+
* Restore the focus styles unset by the previous rule.
62+
/**
63+
* Correct the padding in Firefox.
64+
/**
65+
* 1. Correct the text wrapping in Edge and IE.
66+
* 2. Correct the color inheritance from `fieldset` elements in IE.
67+
* 3. Remove the padding so developers are not caught out when they zero out
68+
* `fieldset` elements in all browsers.
69+
/**
70+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
71+
/**
72+
* Remove the default vertical scrollbar in IE 10+.
73+
/**
74+
* 1. Add the correct box sizing in IE 10.
75+
* 2. Remove the padding in IE 10.
76+
/**
77+
* Correct the cursor style of increment and decrement buttons in Chrome.
78+
/**
79+
* 1. Correct the odd appearance in Chrome and Safari.
80+
* 2. Correct the outline style in Safari.
81+
/**
82+
* Remove the inner padding in Chrome and Safari on macOS.
83+
/**
84+
* 1. Correct the inability to style clickable types in iOS and Safari.
85+
* 2. Change font properties to `inherit` in Safari.
86+
/* Interactive
87+
* ==========================================================================
88+
/*
89+
* Add the correct display in Edge, IE 10+, and Firefox.
90+
/*
91+
* Add the correct display in all browsers.
92+
/* Misc
93+
* ==========================================================================
94+
/**
95+
* Add the correct display in IE 10+.
96+
/**
97+
* Add the correct display in IE 10.
98+
html
99+
line-height: 1.15
100+
-webkit-text-size-adjust: 100%
101+
102+
body
103+
margin: 0
104+
105+
main
106+
display: block
107+
108+
h1
109+
font-size: 2em
110+
margin: 0.67em 0
39111

40112
hr
41113
box-sizing: content-box
42-
/* 1
43114
height: 0
44-
/* 1
45115
overflow: visible
46-
/* 2
47-
48-
/**
49-
* 1. Correct the inheritance and scaling of font size in all browsers.
50-
* 2. Correct the odd `em` font sizing in all browsers.
51116

52117
pre
53118
font-family: monospace, monospace
54-
/* 1
55119
font-size: 1em
56-
/* 2
57-
58-
/* Text-level semantics
59-
* ==========================================================================
60-
61-
/**
62-
* Remove the gray background on active links in IE 10.
63120

64121
a
65122
background-color: transparent
66123

67-
/**
68-
* 1. Remove the bottom border in Chrome 57-
69-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
70-
71124
abbr[title]
72125
border-bottom: none
73-
/* 1
74126
text-decoration: underline
75-
/* 2
76127
text-decoration: underline dotted
77-
/* 2
78128

79-
/**
80-
* Add the correct font weight in Chrome, Edge, and Safari.
129+
b
130+
font-weight: bolder
81131

82-
b, strong
132+
strong
83133
font-weight: bolder
84134

85-
/**
86-
* 1. Correct the inheritance and scaling of font size in all browsers.
87-
* 2. Correct the odd `em` font sizing in all browsers.
135+
code
136+
font-family: monospace, monospace
137+
font-size: 1em
88138

89-
code, kbd, samp
139+
kbd
90140
font-family: monospace, monospace
91-
/* 1
92141
font-size: 1em
93-
/* 2
94142

95-
/**
96-
* Add the correct font size in all browsers.
143+
samp
144+
font-family: monospace, monospace
145+
font-size: 1em
97146

98147
small
99148
font-size: 80%
100149

101-
/**
102-
* Prevent `sub` and `sup` elements from affecting the line height in
103-
* all browsers.
104-
105-
sub, sup
150+
sub
106151
font-size: 75%
107152
line-height: 0
108153
position: relative
109154
vertical-align: baseline
110-
111-
sub
112155
bottom: -0.25em
113156

114157
sup
158+
font-size: 75%
159+
line-height: 0
160+
position: relative
161+
vertical-align: baseline
115162
top: -0.5em
116163

117-
/* Embedded content
118-
* ==========================================================================
119-
120-
/**
121-
* Remove the border on images inside links in IE 10.
122-
123164
img
124165
border-style: none
125166

126-
/* Forms
127-
* ==========================================================================
128-
129-
/**
130-
* 1. Change the font styles in all browsers.
131-
* 2. Remove the margin in Firefox and Safari.
132-
133-
button, input, optgroup, select, textarea
167+
button
134168
font-family: inherit
135-
/* 1
136169
font-size: 100%
137-
/* 1
138170
line-height: 1.15
139-
/* 1
140171
margin: 0
141-
/* 2
142-
143-
/**
144-
* Show the overflow in IE.
145-
* 1. Show the overflow in Edge.
172+
overflow: visible
173+
text-transform: none
174+
-webkit-appearance: button
175+
&::-moz-focus-inner
176+
border-style: none
177+
padding: 0
178+
&:-moz-focusring
179+
outline: 1px dotted ButtonText
146180

147-
button, input
148-
/* 1
181+
input
182+
font-family: inherit
183+
font-size: 100%
184+
line-height: 1.15
185+
margin: 0
149186
overflow: visible
150187

151-
/**
152-
* Remove the inheritance of text transform in Edge, Firefox, and IE.
153-
* 1. Remove the inheritance of text transform in Firefox.
188+
optgroup
189+
font-family: inherit
190+
font-size: 100%
191+
line-height: 1.15
192+
margin: 0
154193

155-
button, select
156-
/* 1
194+
select
195+
font-family: inherit
196+
font-size: 100%
197+
line-height: 1.15
198+
margin: 0
157199
text-transform: none
158200

159-
/**
160-
* Correct the inability to style clickable types in iOS and Safari.
201+
textarea
202+
font-family: inherit
203+
font-size: 100%
204+
line-height: 1.15
205+
margin: 0
206+
overflow: auto
161207

162-
button, [type="button"], [type="reset"], [type="submit"]
208+
[type="button"]
163209
-webkit-appearance: button
210+
&::-moz-focus-inner
211+
border-style: none
212+
padding: 0
213+
&:-moz-focusring
214+
outline: 1px dotted ButtonText
164215

165-
/**
166-
* Remove the inner border and padding in Firefox.
167-
168-
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner
169-
border-style: none
170-
padding: 0
171-
172-
/**
173-
* Restore the focus styles unset by the previous rule.
174-
175-
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring
176-
outline: 1px dotted ButtonText
216+
[type="reset"]
217+
-webkit-appearance: button
218+
&::-moz-focus-inner
219+
border-style: none
220+
padding: 0
221+
&:-moz-focusring
222+
outline: 1px dotted ButtonText
177223

178-
/**
179-
* Correct the padding in Firefox.
224+
[type="submit"]
225+
-webkit-appearance: button
226+
&::-moz-focus-inner
227+
border-style: none
228+
padding: 0
229+
&:-moz-focusring
230+
outline: 1px dotted ButtonText
180231

181232
fieldset
182233
padding: 0.35em 0.75em 0.625em
183234

184-
/**
185-
* 1. Correct the text wrapping in Edge and IE.
186-
* 2. Correct the color inheritance from `fieldset` elements in IE.
187-
* 3. Remove the padding so developers are not caught out when they zero out
188-
* `fieldset` elements in all browsers.
189-
190235
legend
191236
box-sizing: border-box
192-
/* 1
193237
color: inherit
194-
/* 2
195238
display: table
196-
/* 1
197239
max-width: 100%
198-
/* 1
199240
padding: 0
200-
/* 3
201241
white-space: normal
202-
/* 1
203-
204-
/**
205-
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
206242

207243
progress
208244
vertical-align: baseline
209245

210-
/**
211-
* Remove the default vertical scrollbar in IE 10+.
212-
213-
textarea
214-
overflow: auto
215-
216-
/**
217-
* 1. Add the correct box sizing in IE 10.
218-
* 2. Remove the padding in IE 10.
219-
220-
[type="checkbox"], [type="radio"]
246+
[type="checkbox"]
221247
box-sizing: border-box
222-
/* 1
223248
padding: 0
224-
/* 2
225249

226-
/**
227-
* Correct the cursor style of increment and decrement buttons in Chrome.
250+
[type="radio"]
251+
box-sizing: border-box
252+
padding: 0
228253

229254
[type="number"]
230-
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button
255+
&::-webkit-inner-spin-button
256+
height: auto
257+
&::-webkit-outer-spin-button
231258
height: auto
232-
233-
/**
234-
* 1. Correct the odd appearance in Chrome and Safari.
235-
* 2. Correct the outline style in Safari.
236259

237260
[type="search"]
238261
-webkit-appearance: textfield
239-
/* 1
240262
outline-offset: -2px
241-
/* 2
242263
&::-webkit-search-decoration
243264
-webkit-appearance: none
244-
245-
/**
246-
* Remove the inner padding in Chrome and Safari on macOS.
247-
248-
/**
249-
* 1. Correct the inability to style clickable types in iOS and Safari.
250-
* 2. Change font properties to `inherit` in Safari.
251-
252-
\::-webkit-file-upload-button
253-
-webkit-appearance: button
254-
/* 1
255-
font: inherit
256-
/* 2
257-
258-
/* Interactive
259-
* ==========================================================================
260-
261-
/*
262-
* Add the correct display in Edge, IE 10+, and Firefox.
265+
&::-webkit-file-upload-button
266+
-webkit-appearance: button
267+
font: inherit
263268

264269
details
265270
display: block
266271

267-
/*
268-
* Add the correct display in all browsers.
269-
270272
summary
271273
display: list-item
272274

273-
/* Misc
274-
* ==========================================================================
275-
276-
/**
277-
* Add the correct display in IE 10+.
278-
279-
template, [hidden]
275+
template
280276
display: none
281277

282-
/**
283-
* Add the correct display in IE 10.
278+
[hidden]
279+
display: none

0 commit comments

Comments
 (0)
Please sign in to comment.