1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: simplify meta info

This commit is contained in:
Cotes Chung
2023-09-10 15:25:15 +08:00
parent ec69bea841
commit 806fa3aa1a
5 changed files with 5 additions and 36 deletions

13
_sass/main.scss Normal file
View File

@@ -0,0 +1,13 @@
@import 'colors/typography-light';
@import 'colors/typography-dark';
@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';