Use scss in example testing the extended version

This commit is contained in:
Johannes
2018-10-25 22:02:40 +02:00
parent bbc46f5e46
commit 5172d2e4e3
2 changed files with 10 additions and 7 deletions

View File

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

View File

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