Stylelint the SCSS, and re-compress the updated assets

This commit is contained in:
Jonny Barnes 2016-06-20 22:25:05 +01:00
parent cb8e2b38f5
commit b7821146d6
37 changed files with 180 additions and 161 deletions

View file

@ -1,41 +1,41 @@
//fonts.scss
body {
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
font-family: $font-stack-body;
font-size: 1.2em;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
font-family: $font-stack-body;
font-size: 1.2em;
}
#topheader h1 {
font-family: $font-stack-body;
font-family: $font-stack-body;
}
h1 {
font-family: $font-stack-headers;
font-family: $font-stack-headers;
}
#topheader a {
text-decoration: none;
text-decoration: none;
}
nav {
font-feature-settings: "dlig";
font-feature-settings: "dlig";
}
article header h1 a {
text-decoration: none;
text-decoration: none;
}
article div a {
text-decoration: none;
text-decoration: none;
}
footer {
font-size: 0.8em;
font-size: 0.8em;
}
.emoji {
width: auto;
height: 1em;
width: auto;
height: 1em;
}