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;
}