19 lines
467 B
SCSS
19 lines
467 B
SCSS
/*!
|
|
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy)
|
|
* © 2019 Cotes Chung
|
|
* MIT Licensed
|
|
*/
|
|
|
|
@import 'colors/light-typography';
|
|
@import 'colors/dark-typography';
|
|
@import 'addon/variables';
|
|
@import 'variables-hook';
|
|
@import 'addon/module';
|
|
@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';
|