22 lines
484 B
SCSS
22 lines
484 B
SCSS
/*!
|
|
* The styles for Jekyll theme Chirpy
|
|
*
|
|
* Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
|
|
* © 2021 Cotes Chung
|
|
* MIT Licensed
|
|
*/
|
|
|
|
@import "colors/light-typography";
|
|
@import "colors/dark-typography";
|
|
|
|
@import "addon/module";
|
|
@import "addon/variables";
|
|
@import 'addon/syntax';
|
|
@import "addon/commons";
|
|
|
|
@import "layout/home";
|
|
@import "layout/post";
|
|
@import "layout/tags";
|
|
@import "layout/archives";
|
|
@import "layout/categories";
|
|
@import "layout/category-tag";
|