diff options
Diffstat (limited to '_sass/jekyll-theme-chirpy.scss')
-rw-r--r-- | _sass/jekyll-theme-chirpy.scss | 24 |
1 files changed, 24 insertions, 0 deletions
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"; |