mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
14 lines
308 B
Stylus
14 lines
308 B
Stylus
if (hexo-config('back2top.enable')) {
|
|
.back-to-top {
|
|
font-size: $b2t-font-size;
|
|
}
|
|
|
|
@import (hexo-config('back2top.sidebar') ? 'back-to-top-sidebar' : 'back-to-top');
|
|
}
|
|
|
|
@import 'reading-progress' if (hexo-config('reading_progress.enable'));
|
|
|
|
@import 'post';
|
|
@import 'pages';
|
|
@import 'third-party';
|