krata/_sass/jekyll-theme-chirpy.scss

22 lines
508 B
SCSS
Raw Normal View History

2021-01-24 23:20:51 +01:00
/*!
* The styles for Jekyll theme Chirpy
2021-01-23 06:20:58 +01:00
*
2023-03-30 23:46:34 +02:00
* Chirpy v5.6.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
2021-01-27 20:37:08 +01:00
* © 2019 Cotes Chung
2021-01-23 06:20:58 +01:00
* 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';