Files
2025-02-26 09:16:07 +08:00

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');