From a683b6d32247b4503ea99592063c0a84bc31eae4 Mon Sep 17 00:00:00 2001 From: Hisiste Date: Wed, 19 Apr 2023 09:44:23 -0600 Subject: Adding new _sass variables. `--mark-text` variable has been added. --- _sass/jekyll-theme-chirpy.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _sass/jekyll-theme-chirpy.scss (limited to '_sass/jekyll-theme-chirpy.scss') diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss new file mode 100644 index 0000000..1424a57 --- /dev/null +++ b/_sass/jekyll-theme-chirpy.scss @@ -0,0 +1,24 @@ +/*! + * The styles for Jekyll theme Chirpy + * + * Chirpy v5.6.1 (https://github.com/cotes2020/jekyll-theme-chirpy) + * © 2019 Cotes Chung + * MIT Licensed + */ + +@import + "colors/light-typography", + "colors/dark-typography", + + "addon/variables", + "variables-hook", + "addon/module", + "addon/syntax", + "addon/commons", + + "layout/home", + "layout/post", + "layout/tags", + "layout/archives", + "layout/categories", + "layout/category-tag"; -- cgit v1.2.3