Skip to content

Commit 36bfaf5

Browse files
committed
Regen files
1 parent 96a1484 commit 36bfaf5

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontline-css-reset",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"homepage": "https://github.com/Threespot/frontline-css-reset",
55
"authors": [
66
"Ted Whitehead <ted.whitehead@threespot.com>"

dist/frontline-css-reset.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
*, *:before, *:after {
1010
-webkit-box-sizing: inherit;
11-
-moz-box-sizing: inherit;
1211
box-sizing: inherit;
1312
}
1413

1514
html {
1615
-webkit-box-sizing: border-box;
17-
-moz-box-sizing: border-box;
1816
box-sizing: border-box;
1917
-ms-overflow-style: -ms-autohiding-scrollbar;
2018
overflow-y: scroll;
@@ -157,6 +155,7 @@ abbr[title] {
157155
border-bottom: 0;
158156
cursor: help;
159157
text-decoration: underline;
158+
-webkit-text-decoration: underline dotted;
160159
text-decoration: underline dotted;
161160
}
162161

@@ -171,7 +170,6 @@ ins {
171170

172171
hr {
173172
-webkit-box-sizing: content-box;
174-
-moz-box-sizing: content-box;
175173
box-sizing: content-box;
176174
height: 0;
177175
overflow: visible;
@@ -237,7 +235,6 @@ fieldset {
237235
legend {
238236
border: 0;
239237
-webkit-box-sizing: border-box;
240-
-moz-box-sizing: border-box;
241238
box-sizing: border-box;
242239
color: inherit;
243240
display: table;
@@ -247,7 +244,6 @@ legend {
247244
}
248245

249246
textarea {
250-
-webkit-border-radius: 0;
251247
border-radius: 0;
252248
display: block;
253249
overflow: auto;
@@ -301,15 +297,13 @@ button:-moz-focusring,
301297
[type='tel'],
302298
[type='text'],
303299
[type='url'] {
304-
-webkit-border-radius: 0;
305300
border-radius: 0;
306301
-webkit-appearance: none;
307302
}
308303

309304
[type='checkbox'],
310305
[type='radio'] {
311306
-webkit-box-sizing: border-box;
312-
-moz-box-sizing: border-box;
313307
box-sizing: border-box;
314308
padding: 0;
315309
}
@@ -319,7 +313,6 @@ button:-moz-focusring,
319313
}
320314

321315
[type='search'] {
322-
-webkit-border-radius: 0;
323316
border-radius: 0;
324317
}
325318

dist/frontline-css-reset.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "frontline-css-reset",
33
"name": "frontline-css-reset",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"description": "Threespot's base CSS reset",
66
"engines": {
77
"node": ">=8.0.0",

0 commit comments

Comments
 (0)