Dump laravel-elixir, use gulp natively to compile sass, autoprefix declarations, and compress assets.

This commit is contained in:
Jonny Barnes 2016-07-18 10:01:51 +01:00
parent cb5f9b7e15
commit 476a2d1c5a
9 changed files with 22 additions and 3 deletions

View file

@ -7,6 +7,11 @@ body {
font-size: 1.2em;
}
code {
font-family: $font-stack-code;
font-weight: 200;
}
#topheader h1 {
font-family: $font-stack-body;
}

View file

@ -3,6 +3,7 @@
//variables
$font-stack-body: "leitura-news", serif;
$font-stack-headers: "prenton", sans-serif;
$font-stack-code: "Operator Mono", "Monaco", "Inconsolata", monospace;
//solarized variables TERMCOL
$base03: #002b36;//brblack

View file

@ -20,6 +20,11 @@ html {
padding: 0.5em 1em;
}
#topheader h1 {
font-size: 1em;
margin: 0;
}
nav {
padding-top: 0.5em;
}
@ -127,6 +132,11 @@ article header {
margin-bottom: 0.8em;
}
article h1 {
font-size: 1.2em;
margin-bottom: 0;
}
.post-info {
font-size: 0.8em;
font-style: italic;