fix: Ensure PostCSS processing actually happens
This commit is contained in:
parent
f245861f24
commit
a9361a3665
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
<meta name="description" content="{{ . }}" />
|
||||
{{ end }}
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" }}
|
||||
{{ $twbssass = $twbssass | resources.ToCSS | resources.PostCSS | minify | resources.PostProcess }}
|
||||
<link href="{{ $twbssass.RelPermalink }}" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue