diff options
Diffstat (limited to 'themes/hugo-pt2021/assets/style.sass')
-rw-r--r-- | themes/hugo-pt2021/assets/style.sass | 9 |
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" |