mirror of
https://github.com/jojomi/docker-hugo.git
synced 2022-05-08 23:14:41 +03:00
Use scss in example testing the extended version
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-size: 16px;
|
||||
background-color: beige;
|
||||
}
|
||||
|
||||
/* Custom container */
|
||||
|
||||
.container-narrow {
|
||||
margin: 0 auto;
|
||||
max-width: 700px; }
|
||||
> hr {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.container-narrow > hr {
|
||||
margin: 30px 0; }
|
||||
margin: 0 auto;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.navbar .nav {
|
||||
float: right; }
|
||||
@@ -193,7 +196,6 @@ p {
|
||||
}
|
||||
|
||||
.post-after ul {
|
||||
clearfix()
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
<link href="/css/milk.min.css" rel="stylesheet">
|
||||
<link href="/css/milk-responsive.min.css" rel="stylesheet">
|
||||
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
{{ $style := resources.Get "style.scss" | toCSS }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
<link href="/css/fonts.css" rel="stylesheet" type="text/css" media="all">
|
||||
Reference in New Issue
Block a user