components.styl 354 B

123456789101112131415
  1. if (hexo-config('back2top.enable')) {
  2. .back-to-top {
  3. font-size: $b2t-font-size;
  4. text-align: center;
  5. the-transition();
  6. }
  7. @import (hexo-config('back2top.sidebar') ? 'back-to-top-sidebar' : 'back-to-top');
  8. }
  9. @import 'reading-progress' if (hexo-config('reading_progress.enable'));
  10. @import 'post';
  11. @import 'pages';
  12. @import 'third-party';