////
///
/// Head Frame Mixins
/// ===========================================================================
///
/// Application frame and shell structure mixins. Frames define the
/// fundamental layout containers that hold the application's main regions
/// like headers, sidebars, main content, and footers.
///
/// @group Mixins.HeadFrame
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Forward
// ============================================================================

@forward "frame_base";
@forward "frame_main";
@forward "frame_canvas";
@forward "frame_center";
@forward "frame_background";

@forward "frame_app";
@forward "frame_login";
