2021-01-25 01:20:51 +03:00
|
|
|
/*!
|
|
|
|
* The styles for Jekyll theme Chirpy
|
2021-01-23 08:20:58 +03:00
|
|
|
*
|
2021-04-02 16:15:50 +03:00
|
|
|
* Chirpy v3.3.1 (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
|
|
|
|
*/
|
|
|
|
|
2021-01-27 15:06:31 +03:00
|
|
|
@import
|
|
|
|
"colors/light-typography",
|
|
|
|
"colors/dark-typography",
|
2021-01-23 08:20:58 +03:00
|
|
|
|
2021-01-27 15:06:31 +03:00
|
|
|
"addon/module",
|
|
|
|
"addon/variables",
|
|
|
|
"addon/syntax",
|
|
|
|
"addon/commons",
|
2021-01-23 08:20:58 +03:00
|
|
|
|
2021-01-27 15:06:31 +03:00
|
|
|
"layout/home",
|
|
|
|
"layout/post",
|
|
|
|
"layout/tags",
|
|
|
|
"layout/archives",
|
|
|
|
"layout/categories",
|
|
|
|
"layout/category-tag";
|