krata/_sass/jekyll-theme-chirpy.scss

25 lines
440 B
SCSS
Raw Normal View History

2021-01-24 23:20:51 +01:00
/*!
* The styles for Jekyll theme Chirpy
2021-01-23 06:20:58 +01:00
*
2023-03-17 19:07:58 +01:00
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy)
2021-01-27 20:37:08 +01:00
* © 2019 Cotes Chung
2021-01-23 06:20:58 +01:00
* MIT Licensed
*/
@import
"colors/light-typography",
"colors/dark-typography",
2021-01-23 06:20:58 +01:00
"addon/module",
"addon/variables",
"variables-hook",
"addon/syntax",
"addon/commons",
2021-01-23 06:20:58 +01:00
"layout/home",
"layout/post",
"layout/tags",
"layout/archives",
"layout/categories",
"layout/category-tag";