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

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