web/_sass/jekyll-theme-chirpy.scss

25 lines
440 B
SCSS
Raw Normal View History

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