aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/assets/style.sass
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-18 23:42:01 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-18 23:42:01 -0400
commit8c0baf2490d8f6ba0c77be1053d1309e7fd13e85 (patch)
treeae1608b981b42fdd106c51934b4543d7494a0b17 /themes/hugo-pt2021/assets/style.sass
parentc08756a45fe09d606c8d20b3642e8c85a3c45ba2 (diff)
downloadpablotron.org-8c0baf2490d8f6ba0c77be1053d1309e7fd13e85.tar.bz2
pablotron.org-8c0baf2490d8f6ba0c77be1053d1309e7fd13e85.zip
hugo-pt2021: add chroma.css and import it to default style
Diffstat (limited to 'themes/hugo-pt2021/assets/style.sass')
-rw-r--r--themes/hugo-pt2021/assets/style.sass9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass
index 6771500..945a3ee 100644
--- a/themes/hugo-pt2021/assets/style.sass
+++ b/themes/hugo-pt2021/assets/style.sass
@@ -3,6 +3,15 @@
// all unused components
@charset "utf-8"
+// import chroma style
+//
+// chrome.css was generated with the following command:
+//
+// cd themes/hugo-pt2021/assets
+// hugo gen chromaclasses --style=monokai > chroma.css
+//
+@import "chroma"
+
@import "bulma-0.9.3/sass/utilities/_all"
@import "bulma-0.9.3/sass/base/_all"