Stop using images and use HTML/CSS to render stacks

This commit is contained in:
2020-03-08 00:20:30 -08:00
parent fb544e0545
commit a7a6d7ff13
23 changed files with 125 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
<div class="stack">
{{ .Inner }}
</div>

View File

@@ -0,0 +1,2 @@
{{ $style := resources.Get "scss/stack.scss" | resources.ToCSS | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">

View File

@@ -0,0 +1,3 @@
<div class="stack-element">
{{ .Inner }}
</div>