24 lines
440 B
SCSS
24 lines
440 B
SCSS
/*!
|
|
* The styles for Jekyll theme Chirpy
|
|
*
|
|
* Chirpy v5.3.2 (https://github.com/cotes2020/jekyll-theme-chirpy)
|
|
* © 2019 Cotes Chung
|
|
* MIT Licensed
|
|
*/
|
|
|
|
@import
|
|
"colors/light-typography",
|
|
"colors/dark-typography",
|
|
|
|
"addon/module",
|
|
"addon/variables",
|
|
"variables-hook",
|
|
"addon/syntax",
|
|
"addon/commons",
|
|
|
|
"layout/home",
|
|
"layout/post",
|
|
"layout/tags",
|
|
"layout/archives",
|
|
"layout/categories",
|
|
"layout/category-tag";
|