mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
6 lines
244 B
Stylus
6 lines
244 B
Stylus
// Variables of Muse scheme
|
|
// ==================================================
|
|
|
|
$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 320;
|
|
$sidebar-desktop = unit($sidebar-width, 'px');
|