Dump laravel-elixir, use gulp natively to compile sass, autoprefix declarations, and compress assets.
This commit is contained in:
parent
cb5f9b7e15
commit
476a2d1c5a
9 changed files with 22 additions and 3 deletions
10
resources/assets/sass/layout.scss
vendored
10
resources/assets/sass/layout.scss
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue