1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

minify and add source maps

This commit is contained in:
Jordan Scales
2020-04-23 17:24:16 -04:00
parent b02cb0035f
commit 63109f322c
8 changed files with 1283 additions and 1125 deletions

File diff suppressed because one or more lines are too long

1
docs/98.css.map Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
background: var(--surface);
background: #c0c0c0;
}
main {
@@ -75,7 +75,7 @@ p {
blockquote {
margin: 0 0 20px;
padding: 20px;
background: var(--button-face);
background: #dfdfdf;
}
blockquote footer {
@@ -85,7 +85,7 @@ blockquote footer {
.example {
margin: 16px 0;
padding: 12px 24px;
border-left: 1px solid var(--button-shadow);
border-left: 1px solid #808080;
}
details {
@@ -108,7 +108,9 @@ button.focused {
}
button.active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
box-shadow: inset -1px -1px var(--button-highlight),
inset 1px 1px var(--window-frame), inset -2px -2px var(--button-face),
inset 2px 2px var(--button-shadow);
}
@media (max-width: 480px) {