Skip to content

Commit

Permalink
Release: 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Jan 21, 2018
1 parent 29c23a5 commit dd77336
Show file tree
Hide file tree
Showing 24 changed files with 935 additions and 761 deletions.
2 changes: 1 addition & 1 deletion dist/snack-themes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack-themes.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 52 additions & 19 deletions dist/snack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack.css.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions docs/css/snack-themes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* snack.css v0.9.2
* snack.css v0.9.4
*
* https://nzbin.github.io/snack/
*
Expand Down Expand Up @@ -104,5 +104,3 @@
.theme-dark .boxes.secondary > .box.footer {
background-color: transparent;
}

/*# sourceMappingURL=snack-themes.css.map */
73 changes: 52 additions & 21 deletions docs/css/snack.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* snack.css v0.9.2
* snack.css v0.9.4
*
* https://nzbin.github.io/snack/
*
Expand All @@ -20,7 +20,12 @@ body {
margin: 0;
}

article, aside, footer, header, nav, section {
article,
aside,
footer,
header,
nav,
section {
display: block;
}

Expand All @@ -29,7 +34,9 @@ h1 {
margin: 0.67em 0;
}

figcaption, figure, main {
figcaption,
figure,
main {
display: block;
}

Expand All @@ -53,7 +60,8 @@ a {
-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
a:active,
a:hover {
outline-width: 0;
}

Expand All @@ -63,15 +71,19 @@ abbr[title] {
text-decoration: underline dotted;
}

b, strong {
b,
strong {
font-weight: inherit;
}

b, strong {
b,
strong {
font-weight: bolder;
}

code, kbd, samp {
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
Expand All @@ -89,7 +101,8 @@ small {
font-size: 80%;
}

sub, sup {
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
Expand All @@ -104,7 +117,8 @@ sup {
top: -0.5em;
}

audio, video {
audio,
video {
display: inline-block;
}

Expand All @@ -121,31 +135,46 @@ svg:not(:root) {
overflow: hidden;
}

button, input, optgroup, select, textarea {
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}

button, input {
button,
input {
overflow: visible;
}

button, select {
button,
select {
text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

Expand Down Expand Up @@ -173,12 +202,14 @@ textarea {
overflow: auto;
}

[type="checkbox"], [type="radio"] {
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

Expand All @@ -187,7 +218,8 @@ textarea {
outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

Expand All @@ -196,7 +228,8 @@ textarea {
font: inherit;
}

details, menu {
details,
menu {
display: block;
}

Expand Down Expand Up @@ -1377,5 +1410,3 @@ table {
.text-uppercase {
text-transform: uppercase;
}

/*# sourceMappingURL=snack.css.map */
Loading

0 comments on commit dd77336

Please sign in to comment.