hexo
This commit is contained in:
16
themes/next/source/css/_common/components/components.styl
Normal file
16
themes/next/source/css/_common/components/components.styl
Normal file
@ -0,0 +1,16 @@
|
||||
@import "highlight";
|
||||
@import "tags";
|
||||
|
||||
@import "buttons";
|
||||
@import "pagination";
|
||||
@import "comments";
|
||||
@import "tag-cloud";
|
||||
@import hexo-config('sidebar.b2t') ? "back-to-top-sidebar" : "back-to-top";
|
||||
|
||||
@import "header";
|
||||
@import "post";
|
||||
@import "sidebar";
|
||||
@import "footer";
|
||||
@import "third-party";
|
||||
|
||||
@import "pages";
|
Reference in New Issue
Block a user